Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Sep 30, 2024
1 parent cdce764 commit 15a0d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@


def _get_project_meta():
with open('pyproject.toml', mode='rb') as pyproject:
return tomli.load(pyproject)['tool']['poetry']
with open("pyproject.toml", mode="rb") as pyproject:
return tomli.load(pyproject)["tool"]["poetry"]


pkg_meta = _get_project_meta()
version = str(pkg_meta['version'])
version = str(pkg_meta["version"])


def run(input_uri: str, output_uri: str, model=None) -> bool:
Expand Down

0 comments on commit 15a0d12

Please sign in to comment.