mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +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
@@ -6,10 +6,11 @@ import re
|
||||
import secrets
|
||||
import time
|
||||
from abc import ABC, abstractmethod
|
||||
from collections.abc import Callable, Iterable, Iterator, Mapping, Sequence
|
||||
from contextlib import contextmanager
|
||||
from datetime import timedelta
|
||||
from email.headerregistry import Address
|
||||
from typing import TYPE_CHECKING, Any, Callable, Iterable, Iterator, Mapping, Sequence
|
||||
from typing import TYPE_CHECKING, Any
|
||||
from unittest import mock
|
||||
from urllib.parse import parse_qs, urlencode, urlsplit
|
||||
|
||||
|
Reference in New Issue
Block a user