diff --git a/sapphire/projects/api/v1beta/health.py b/sapphire/projects/api/v1beta/health.py index 2eb80ff5..e8962a4f 100644 --- a/sapphire/projects/api/v1beta/health.py +++ b/sapphire/projects/api/v1beta/health.py @@ -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