Skip to content

Commit

Permalink
Minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
athril committed Jul 19, 2024
1 parent c71a2c0 commit a1325f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test = [

[project.urls]
homepage = "https://sparc.science"
documentation = "https://github.com/nih-sparc/sparc.client/blob/main/README.md"
documentation = "https://docs.sparc.science/docs/sparc-python-client"
repository = "https://github.com/nih-sparc/sparc.client"
changelog = "https://github.com/nih-sparc/sparc.client/blob/main/CHANGELOG.md"

Expand Down
2 changes: 1 addition & 1 deletion src/sparc/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ def connect(self) -> bool:

def get_config(self) -> ConfigParser:
"""Returns config for sparc.client"""
return self.config
return self.config

0 comments on commit a1325f8

Please sign in to comment.