Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg authored and Jake Rosenberg committed Aug 24, 2023
1 parent 8ceaaa9 commit d85c053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Jarosenb <[email protected]>"]

[tool.poetry.dependencies]
python = "3.10.0"
python = "3.10.10"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
fastapi = "^0.70.0"
agavepy = "^0.9.5"
Expand Down
5 changes: 1 addition & 4 deletions server/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@


def test_get_system_root():
assert (
get_system_root("designsafe.storage.default")
== "/ds-mydata"
)
assert get_system_root("designsafe.storage.default") == "/ds-mydata"
assert (
get_system_root("designsafe.storage.community")
== "/corral-repl/tacc/NHERI/community"
Expand Down

0 comments on commit d85c053

Please sign in to comment.