Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 6, 2024
1 parent 4977c6b commit 87b1041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/database/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
from nazurin.sites.moebooru.config import COLLECTIONS as MOEBOORU_COLLECTIONS

logging.basicConfig(
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", level=logging.INFO
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
level=logging.INFO,
)
logger = logging.getLogger("helper")
sites = SiteManager()
Expand Down

0 comments on commit 87b1041

Please sign in to comment.