Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy committed Jun 18, 2024
1 parent 07e81f8 commit 388e112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
def run_apidoc(_):
import sys # pylint: disable=import-outside-toplevel

from sphinx.ext.apidoc import \
main # pylint: disable=import-outside-toplevel
from sphinx.ext.apidoc import main # pylint: disable=import-outside-toplevel

sys.path.append(str(here.parent))
# 'banana'
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 @@ -13,6 +13,7 @@

import sqlalchemy
from sqlalchemy import Column, DateTime, Float, Integer, String, Text

# from sqlalchemy.sql import func
from sqlalchemy.ext.declarative import declarative_base

Expand Down

0 comments on commit 388e112

Please sign in to comment.