File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ exclude =
33 docs/*
44 resources/*
55 licenses/*
6- max-complexity = 45
6+ max-complexity = 50
77max-line-length = 90
88min-python-version = 3.9.0
99per-file-ignores =
Original file line number Diff line number Diff line change 4949import zipfile
5050import zipimport
5151from collections .abc import Awaitable
52+ from collections .abc import Coroutine
5253from collections .abc import Iterable
5354from collections .abc import Sequence
5455from threading import Event
5556from types import ModuleType
5657from typing import Any
5758from typing import Callable
58- from typing import Coroutine
5959from typing import Dict
6060from typing import List
6161from typing import Optional
Original file line number Diff line number Diff line change 1- from collections .abc import Iterable
21import dataclasses
32import json
3+ from collections .abc import Sequence
44from typing import Annotated
55from typing import Any
66from typing import Callable
77from typing import Dict
88from typing import List
99from typing import Optional
1010from typing import Protocol
11- from typing import Sequence
1211from typing import Tuple
1312from typing import TypeVar
1413from typing import Union
You can’t perform that action at this time.
0 commit comments