make the linter happy

This commit is contained in:
Maximilian Hils 2016-07-23 14:35:04 -07:00
parent b78fea3784
commit fb238ad63e
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ Usage:
def start(): def start():
import pydevd import pydevd
pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True) pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True)