mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
ruff: Fix UP035 Import from collections.abc, typing instead.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
531b34cb4c
commit
0fa5e7f629
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Iterator
|
||||
from contextlib import contextmanager
|
||||
from typing import Iterator
|
||||
|
||||
import sqlalchemy
|
||||
from django.db import connection
|
||||
|
||||
Reference in New Issue
Block a user