removed unused import

This commit is contained in:
Bastian Schroll 2019-10-30 11:38:38 +01:00
parent c7d7231959
commit ab0af5c61d
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"""
import logging
import time
from abc import ABC, abstractmethod
from abc import ABC
from boswatch import wildcard

View file

@ -16,7 +16,7 @@
"""
import logging
import time
from abc import ABC, abstractmethod
from abc import ABC
from boswatch import wildcard