Skip to content

Commit 288197a

Browse files
committed
!squash tweak
1 parent 609a123 commit 288197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libvcs/projects/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class BaseProject(Protocol):
4444
schemes: Tuple[str, ...] = ()
4545
"""List of supported schemes to register in ``urlparse.uses_netloc``"""
4646

47-
dir: StrPath
47+
dir: Optional[StrPath]
4848
"""CWD of project"""
4949

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

0 commit comments

Comments
 (0)