Skip to content

Commit

Permalink
Merge branch 'fix/protocol'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Aug 19, 2024
2 parents 953bbb9 + 68703ce commit 6fbdc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"httpx",
"jinja2",
"ora",
"procstar >=0.3",
"procstar >=0.4",
"pyyaml",
"requests",
"rich",
Expand Down
2 changes: 2 additions & 0 deletions python/apsis/lib/asyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

import logging

import logging

#-------------------------------------------------------------------------------

def _install():
Expand Down

0 comments on commit 6fbdc93

Please sign in to comment.