mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
flake8: Enable F811 (#4158)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for hmac
|
||||
|
||||
from typing import Any, Callable, Optional, Union, overload, AnyStr, overload
|
||||
from typing import Any, AnyStr, Callable, Optional, Union, overload
|
||||
from types import ModuleType
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user