diff --git a/src/gh_pre/__main__.py b/src/gh_pre/__main__.py index 861f2c7..3059ec6 100644 --- a/src/gh_pre/__main__.py +++ b/src/gh_pre/__main__.py @@ -1,4 +1,5 @@ """Expose features related to git repositories.""" + from __future__ import annotations import json diff --git a/tests/test_app.py b/tests/test_app.py index 6b25f85..baef493 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -1,4 +1,5 @@ """Tests""" + from typer.testing import CliRunner from gh_pre.__main__ import app