ruff: Fix PLW0602 Using global but no assignment is done.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
11ea5c7b62
commit
e18d35dbf3
1 changed files with 0 additions and 2 deletions
|
@ -160,8 +160,6 @@ def populate_events() -> Optional[None]:
|
|||
|
||||
|
||||
def send_reminders() -> Optional[None]:
|
||||
global sent
|
||||
|
||||
messages = []
|
||||
keys = set()
|
||||
now = datetime.datetime.now(tz=pytz.utc)
|
||||
|
|
Loading…
Add table
Reference in a new issue