Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 1, 2024
1 parent 9d7fcf0 commit 8a3c2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class SampleHandlers:
@router.post("one/")
@staticmethod
def one(global_dependencies):
def one(global_dependencies):
with global_dependencies.get("pool") as session:
# invoke your mutators/selectors here
...
Expand Down

0 comments on commit 8a3c2ab

Please sign in to comment.