Skip to content

Commit

Permalink
Fix posixpath imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Jan 8, 2024
1 parent 9922853 commit 379bce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathlib_abc/_posixpath.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from posixpath import sep, altsep, join, normcase, splitdrive, dirname
from posixpath import *


def splitroot(p):
Expand Down

0 comments on commit 379bce1

Please sign in to comment.