Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 1, 2023
1 parent 64c7329 commit cc54afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import sys
import stat as st

from posix import _get_cpu_count_config
from _collections_abc import _check_methods

GenericAlias = type(list[int])
Expand Down Expand Up @@ -56,6 +55,7 @@ def _get_exports_list(module):
from posix import *
try:
from posix import _exit
from posix import _get_cpu_count_config
__all__.append('_exit')
except ImportError:
pass
Expand Down

0 comments on commit cc54afb

Please sign in to comment.