mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
Fixing flake8 E231 errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import Any
|
||||
|
||||
def bench(obj: Any, name: str, n:int = ...) -> float: ...
|
||||
def bench(obj: Any, name: str, n: int = ...) -> float: ...
|
||||
|
||||
class spamdict(dict):
|
||||
state = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user