Skip to content

Commit 58c03c2

Browse files
authored
Update stdlib/sys/__init__.pyi
1 parent 81119ec commit 58c03c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ if sys.version_info >= (3, 11):
367367

368368
def exit(status: _ExitCode = None, /) -> NoReturn: ...
369369

370-
if sys.platform == "android":
370+
if sys.platform == "android": # noqa: Y008
371371
def getandroidapilevel() -> int: ...
372372

373373
def getallocatedblocks() -> int: ...

0 commit comments

Comments
 (0)