mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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
@@ -9,8 +9,10 @@ import inspect
|
||||
import json
|
||||
import re
|
||||
import shlex
|
||||
from collections.abc import Mapping
|
||||
from re import Match, Pattern
|
||||
from textwrap import dedent
|
||||
from typing import Any, Mapping, Match, Pattern
|
||||
from typing import Any
|
||||
|
||||
import markdown
|
||||
from django.conf import settings
|
||||
|
||||
Reference in New Issue
Block a user