Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Remove unsed import
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Nov 23, 2018
1 parent f4fd741 commit 5bc71bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion zigate/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import random
from enum import Enum
import colorsys
import queue
import datetime


Expand Down
2 changes: 1 addition & 1 deletion zigate/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import select
from pydispatch import dispatcher
import sys
from .const import ZIGATE_PACKET_RECEIVED, ZIGATE_FAILED_TO_CONNECT
from .const import ZIGATE_FAILED_TO_CONNECT

LOGGER = logging.getLogger('zigate')

Expand Down

0 comments on commit 5bc71bf

Please sign in to comment.