Skip to content

Commit

Permalink
change back to _Flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Oct 7, 2024
1 parent 14ed92f commit 222ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def quote_url(url):
return quoted_url


class _ArtifactoryFlavour(pathlib.PurePath):
class _ArtifactoryFlavour(pathlib._Flavour):
"""
Implements Artifactory-specific pure path manipulations.
I.e. what is 'drive', 'root' and 'path' and how to split full path into
Expand Down

0 comments on commit 222ad71

Please sign in to comment.