diff options
author | Wolfgang Müller | 2024-11-14 15:47:52 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 16:28:09 +0100 |
commit | 2eff6f0bd75c9959b7b899d169164343cd0377c9 (patch) | |
tree | 51bb0e3148e39cde126b088cd646d2212aa3f320 /tests/scrapers | |
parent | 11d1509456c81bd0128afb0c4eedbb26bd8751c4 (diff) | |
download | hircine-2eff6f0bd75c9959b7b899d169164343cd0377c9.tar.gz |
backend/lint: Fix import formatting
Diffstat (limited to 'tests/scrapers')
-rw-r--r-- | tests/scrapers/test_types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scrapers/test_types.py b/tests/scrapers/test_types.py index ed937e7..ee6b802 100644 --- a/tests/scrapers/test_types.py +++ b/tests/scrapers/test_types.py @@ -1,6 +1,7 @@ from datetime import date import pytest + from hircine.api.types import ScrapedComic from hircine.scraper import ScrapeWarning from hircine.scraper.types import ( |