mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
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
|
||||
import time, sys
|
||||
import time
|
||||
import sys
|
||||
|
||||
from twisted.application import internet, service
|
||||
from twisted.internet import protocol, reactor, defer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue