Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent e772a34 commit 4383615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/unearth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
from unearth.vcs import vcs_support

__all__ = [
"BestMatch",
"HashMismatchError",
"Link",
"Source",
"Package",
"PackageFinder",
"Source",
"TargetPython",
"URLError",
"BestMatch",
"UnpackError",
"vcs_support",
"TargetPython",
"PackageFinder",
"VCSBackendError",
"HashMismatchError",
"vcs_support",
]
2 changes: 1 addition & 1 deletion src/unearth/vcs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from unearth.vcs.hg import Mercurial
from unearth.vcs.svn import Subversion

__all__ = ["vcs_support", "Git", "Mercurial", "Bazaar", "Subversion"]
__all__ = ["Bazaar", "Git", "Mercurial", "Subversion", "vcs_support"]

0 comments on commit 4383615

Please sign in to comment.