Skip to content

Commit

Permalink
Use built-in posixpath
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Jan 14, 2024
1 parent 86dac34 commit cdb5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pathlib/test_pathlib_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import unittest

from pathlib_abc import UnsupportedOperation, PathModuleBase, PurePathBase, PathBase
from pathlib_abc import _posixpath as posixpath
import posixpath

TESTFN = "TESTFN"

Expand Down

0 comments on commit cdb5d84

Please sign in to comment.