mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
py310+
This commit is contained in:
parent
d45bdc05ce
commit
567cafc15a
9 changed files with 25 additions and 74 deletions
|
|
@ -3,9 +3,9 @@ from __future__ import annotations
|
|||
|
||||
import inspect
|
||||
import os.path
|
||||
from collections.abc import Callable
|
||||
from collections.abc import Generator
|
||||
from typing import Any
|
||||
from typing import Callable
|
||||
from typing import NamedTuple
|
||||
|
||||
import pycodestyle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue