Skip to content

Commit

Permalink
the comma stirkes back, and other import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Jan 10, 2020
1 parent 4e9a13b commit f621935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion augpathlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]

try:
from autpathlib.repo import RepoHelper RepoPath
from augpathlib.repo import RepoHelper, RepoPath
__all__ += 'RepoPath'
except ImportError:
pass
Expand Down
1 change: 1 addition & 0 deletions augpathlib/repo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pathlib
from git import Repo
from augpathlib import AugmentedPath
from augpathlib import exceptions as exc


class RepoHelper:
Expand Down

0 comments on commit f621935

Please sign in to comment.