Преглед изворни кода

removed trio import, which is no longer needed

digital пре 8 година
родитељ
комит
caeccbd9ae
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      network/__init__.py

+ 0 - 1
network/__init__.py

@@ -26,7 +26,6 @@ import sys
 import threading
 import time
 import traceback
-import trio
 
 lclient = logging.getLogger(__name__+".client")
 lserver = logging.getLogger(__name__+".server")