Skip to content

Commit b4edf11

Browse files
committed
Fix tiny issues in scyjava.config source
1 parent a1e9482 commit b4edf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scyjava/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def add_repositories(*args, **kwargs) -> None:
5050

5151
def get_repositories() -> dict[str, str]:
5252
"""
53-
Gets the Maven repositories jgo will use for downloading dependencies.
53+
Get the Maven repositories jgo will use for downloading dependencies.
5454
See the jgo documentation for details.
5555
"""
5656
global _repositories
@@ -116,7 +116,7 @@ def get_cache_dir() -> Path:
116116
return _cache_dir
117117

118118

119-
def set_m2_repo(repo_dir : Path | str) -> None:
119+
def set_m2_repo(repo_dir: Path | str) -> None:
120120
"""
121121
Set the location to use for the local Maven repository cache.
122122
"""

0 commit comments

Comments
 (0)