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 Jan 29, 2024
1 parent b43a489 commit 52683e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/banana/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:data:`cfg`, that is used as the source of truth for them.
"""

import pathlib

import appdirs
Expand Down
1 change: 1 addition & 0 deletions src/banana/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module to collect utilites to help with the data generation:
"""

import itertools


Expand Down
1 change: 1 addition & 0 deletions src/banana/data/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Same considerations apply to datetime, with the further gain that SQLite it's
storing as he wish but able to use some dedicated functions.
"""

import pathlib
from datetime import datetime, timezone

Expand Down

0 comments on commit 52683e4

Please sign in to comment.