mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 09:57:41 +08:00
Fixing flake8 E231 errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import Any
|
||||
|
||||
def getline(filename:str, lineno:int, module_globals: Any=...) -> str: pass
|
||||
def getline(filename: str, lineno: int, module_globals: Any=...) -> str: pass
|
||||
def clearcache() -> None: pass
|
||||
def getlines(filename: str, module_globals: Any=...) -> None: pass
|
||||
|
||||
Reference in New Issue
Block a user