Skip to content

Commit

Permalink
fixes: make format (ruff).
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali committed Jul 24, 2024
1 parent 67c8404 commit c91e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run_tests(directory: str = "tests") -> int:
return 1


def record_tests(directory: str ="tests") -> int:
def record_tests(directory: str = "tests") -> int:
for test in os.listdir(directory):
if not test.endswith(".rn"):
continue
Expand Down

0 comments on commit c91e483

Please sign in to comment.