Skip to content

Commit 904a458

Browse files
committed
remove unused imports
Signed-off-by: hwassman <[email protected]>
1 parent 8b1ba0c commit 904a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import copy
2525
import analytics
2626
from queryHandler.Query import Query
27-
from messages import MSG, ERR
27+
from messages import MSG
2828
from collections import defaultdict
2929
from typing import Optional, Any, List
3030
from threading import Thread

0 commit comments

Comments
 (0)