mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 09:33:25 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -131,6 +131,6 @@ def getprofile() -> None: ...
|
||||
def gettrace() -> None: ...
|
||||
def setcheckinterval(interval: int) -> None: ... # deprecated
|
||||
def setdlopenflags(n: int) -> None: ...
|
||||
def setprofile(profilefunc: Any) -> None: ... # TODO type
|
||||
def setprofile(profilefunc: Any) -> None: ... # TODO type
|
||||
def setrecursionlimit(limit: int) -> None: ...
|
||||
def settrace(tracefunc: Any) -> None: ... # TODO type
|
||||
def settrace(tracefunc: Any) -> None: ... # TODO type
|
||||
|
||||
Reference in New Issue
Block a user