Skip to content

Commit

Permalink
chore(main): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed Jun 9, 2024
1 parent 17c6c4c commit 6b9d08e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions milk_tracker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
app.add_middleware(AuthMiddleware)
ph = PasswordHasher()

# Declaration
current_time = None
time_since_latest_end = None
time_since_latest_start = None
latest_meal_info = None


@ui.page("/#")
def login() -> Union[None, RedirectResponse]: # noqa: D103
Expand Down

0 comments on commit 6b9d08e

Please # to comment.