Skip to content

Commit

Permalink
Remove import which are now more used
Browse files Browse the repository at this point in the history
  • Loading branch information
Moutix committed Feb 26, 2017
1 parent 3a6f22d commit 0d363d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smserver/smutils/smthread.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@


import sys
import datetime
from threading import Lock
from collections import defaultdict

from smserver import logger
from smserver.smutils.smpacket import smpacket
from smserver.smutils.smconnections import smtcpsocket, udpsocket
if sys.version_info[1] > 2:
from smserver.smutils.smconnections import asynctcpserver, websocket
Expand Down

0 comments on commit 0d363d7

Please sign in to comment.