mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
flake8: Enable F811 (#4158)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Stubs for distutils.dist
|
||||
from distutils.cmd import Command
|
||||
|
||||
from typing import Any, Dict, Mapping, Optional, Dict, Tuple, Iterable, Text, Type
|
||||
from typing import Any, Dict, Iterable, Mapping, Optional, Text, Tuple, Type
|
||||
|
||||
|
||||
class Distribution:
|
||||
|
||||
Reference in New Issue
Block a user