flake8: Enable F811 (#4158)

This commit is contained in:
Sebastian Rittau
2020-06-02 23:08:54 +02:00
committed by GitHub
parent 43cf0ec870
commit a913af9523
15 changed files with 19 additions and 20 deletions

View File

@@ -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