mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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
@@ -2,10 +2,11 @@ import base64
|
||||
import email.policy
|
||||
import os
|
||||
import subprocess
|
||||
from collections.abc import Callable, Mapping
|
||||
from email import message_from_string
|
||||
from email.headerregistry import Address
|
||||
from email.message import EmailMessage, MIMEPart
|
||||
from typing import TYPE_CHECKING, Any, Callable, Mapping
|
||||
from typing import TYPE_CHECKING, Any
|
||||
from unittest import mock
|
||||
|
||||
import orjson
|
||||
|
||||
Reference in New Issue
Block a user