Skip to content

Commit

Permalink
!squash tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 11, 2022
1 parent f7f67b6 commit 6fbfd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvcs/projects/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BaseProject(Protocol):
schemes: Tuple[str, ...] = ()
"""List of supported schemes to register in ``urlparse.uses_netloc``"""

dir: StrPath
dir: Optional[StrPath]
"""CWD of project"""

def __init__(self, *, url: str, dir: StrPath, progress_callback=None, **kwargs):
Expand Down

0 comments on commit 6fbfd2d

Please sign in to comment.