Quick PEP 8 related change.
This commit is contained in:
parent
811016867b
commit
e6e84c2ee5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
from traceback import format_exc
|
from traceback import format_exc
|
||||||
import time, sys
|
import time
|
||||||
|
import sys
|
||||||
|
|
||||||
from twisted.application import internet, service
|
from twisted.application import internet, service
|
||||||
from twisted.internet import protocol, reactor, defer
|
from twisted.internet import protocol, reactor, defer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue