Further cleanup to make Deepsource happy

This commit is contained in:
Michał Gdula 2023-09-11 23:32:21 +01:00
parent 42a41509c5
commit dae2d4901c
5 changed files with 21 additions and 19 deletions

View file

@ -17,7 +17,7 @@ LYNXIE_PREFIX = "?"
DATA_PATH = os.path.join("lynxie", "data")
ASSETS_PATH = os.path.join("lynxie", "assets")
DATABASE_URI = f"sqlite:///" + os.path.join(DATA_PATH, "lynxie.db")
DATABASE_URI = "sqlite:///" + os.path.join(DATA_PATH, "lynxie.db")
# https://tinyfox.dev/docs/