Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Feb 26, 2025
1 parent 6d66357 commit 2aa3379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,5 +341,5 @@ def test_func(cls, a: int) -> int:

stream = StringIO()
recorder.write_json(stream)
strval = stream.getvalue()
stream.getvalue()
pass

0 comments on commit 2aa3379

Please sign in to comment.