mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 13:51:30 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from typing import Tuple, NamedTuple
|
||||
from typing import NamedTuple, Tuple
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
RLIM_INFINITY: int
|
||||
|
||||
def getrlimit(resource: int) -> Tuple[int, int]: ...
|
||||
def setrlimit(resource: int, limits: Tuple[int, int]) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user