flake8: Enable F811 (#4158)

This commit is contained in:
Sebastian Rittau
2020-06-02 14:08:54 -07:00
committed by GitHub
parent 43cf0ec870
commit a913af9523
15 changed files with 19 additions and 20 deletions
+1 -1
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