Skip to content

Commit d7955ce

Browse files
committed
fix formatting issues
1 parent 2c6962f commit d7955ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/features/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def after_scenario(context: Context, scenario: Scenario) -> None:
8080

8181
except subprocess.CalledProcessError as e:
8282
print(f"Warning: Could not restore Llama Stack connection: {e}")
83-
83+
8484

8585
def before_feature(context: Context, feature: Scenario) -> None:
8686
"""Run before each feature file is exercised."""

0 commit comments

Comments
 (0)