Skip to content

Commit

Permalink
Typo files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 13, 2023
1 parent d859a71 commit e27b91b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
config_file = Path("./config.toml")

if __name__ == "__main__":
db_file.unlink(missing_ok=True)
sys.argv[0] = re.sub(r"(-script\.pyw?|\.exe)?$", "", sys.argv[0])
sys.argv.append("start")
sys.argv.extend(["--config", config_file.resolve().as_posix()])
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions duetector/service/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from fastapi import Depends, FastAPI
from fastapi import FastAPI

from duetector.__init__ import __version__
from duetector.service.config import get_config
from duetector.service.control.routes import r as cr
from duetector.service.query.routes import r as qr

Expand Down

0 comments on commit e27b91b

Please sign in to comment.