Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fixed linters
Browse files Browse the repository at this point in the history
  • Loading branch information
brulitsan committed Sep 28, 2023
1 parent d950a87 commit 6e63a60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sapphire/projects/api/v1beta/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

async def health():
with open("pyproject.toml", "rb") as pyproject_file:
pyproject_data = tomllib.load(pyproject_file)


pyproject_data = tomllib.load(pyproject_file) # pylint: disable=unused-variable

0 comments on commit 6e63a60

Please sign in to comment.