Skip to content

Commit

Permalink
mypy: Fix type hint of 'dir' argument of Project.init_projectdir()
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Oct 11, 2023
1 parent 87fdd9c commit 34731ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ def __str__(self):
@staticmethod
def init_project(
apiurl: str,
dir: str,
dir: Union[str, Path],
project,
package_tracking=True,
getPackageList=True,
Expand Down

0 comments on commit 34731ee

Please sign in to comment.