Skip to content

Commit e663d65

Browse files
🚨 Formatting
1 parent 9b1a073 commit e663d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from typer.testing import CliRunner
77

88
from every_python.main import (
9-
app,
109
_ensure_repo,
1110
_resolve_ref,
11+
app,
1212
)
1313
from every_python.output import set_output
1414
from every_python.runner import set_runner
@@ -329,7 +329,7 @@ def test_bisect_basic(
329329

330330
builds_dir = tmp_path / "builds"
331331

332-
def resolve_side_effect(ref):
332+
def resolve_side_effect(ref: str) -> str:
333333
if ref == "good-ref":
334334
return "abc123d"
335335
elif ref == "bad-ref":

0 commit comments

Comments
 (0)