mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-09 10:09:57 +01:00
removed unused import
This commit is contained in:
parent
c7d7231959
commit
ab0af5c61d
|
|
@ -16,7 +16,7 @@
|
|||
"""
|
||||
import logging
|
||||
import time
|
||||
from abc import ABC, abstractmethod
|
||||
from abc import ABC
|
||||
|
||||
from boswatch import wildcard
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"""
|
||||
import logging
|
||||
import time
|
||||
from abc import ABC, abstractmethod
|
||||
from abc import ABC
|
||||
|
||||
from boswatch import wildcard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue