Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Sep 23, 2024
2 parents 26c45be + d11052e commit 3debb28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions screenshot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,16 @@
from .common import FirefoxManager
from .common.downloader import DriverManager
from .common.exceptions import ProxyConnectFailedError
<<<<<<< HEAD
from .common.utils import counter as counter_api, URLConverter
# isort: on

=======
from .common.filter import Filter
from .common.utils import URLConverter
from .common.utils import counter as counter_api
from .common.utils import send_notification
>>>>>>> d11052e8a63960e403357be82630b4441c9fef87

log: logging.Logger = logging.getLogger("red.seina.screenshot.core")

Expand Down

0 comments on commit 3debb28

Please sign in to comment.