Skip to content

Commit

Permalink
Linting: add empty-return-type annotation to test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed May 9, 2024
1 parent 69e6ef0 commit 5c3e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filereporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_zipfile(self) -> None:
assert z1.source() == ""
assert "# My zip file!" in z1z1.source().splitlines()

def test_python_extensions(self):
def test_python_extensions(self) -> None:
f1 = PythonFileReporter("afile.py")
f2 = PythonFileReporter("Makefile")
f3 = PythonFileReporter("template.jinja")
Expand Down

0 comments on commit 5c3e420

Please sign in to comment.