Skip to content

Commit

Permalink
minor - unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Feb 13, 2024
1 parent 891e0d7 commit 06dd798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freppledb/execute/management/commands/scheduletasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __init__(self):

def start(self):
with self.mutex:
now = datetime.now()
for db in (
Scenario.objects.using(DEFAULT_DB_ALIAS)
.filter(status="In use")
Expand Down

0 comments on commit 06dd798

Please sign in to comment.