8000 Fix tiny issues in scyjava.config source · scijava/scyjava@0b2e964 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2e964

Browse files
committed
Fix tiny issues in scyjava.config source
1 parent 69ff2c3 commit 0b2e964

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
@@ -52,7 +52,7 @@ def add_repositories(*args, **kwargs) -> None:
5252

5353
def get_repositories() -> dict[str, str]:
5454
"""
55-
Gets the Maven repositories jgo will use for downloading dependencies.
55+
Get the Maven repositories jgo will use for downloading dependencies.
5656
See the jgo documentation for details.
5757
"""
5858
global _repositories
@@ -118,7 +118,7 @@ def get_cache_dir() -> Path:
118118
return _cache_dir
119119

120120

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

0 commit comments

Comments
 (0)
0