Skip to content

Commit 003aad6

Browse files
committed
fix: add type annotation to test method
1 parent 4c58bd4 commit 003aad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import fasthep_cli as m
44

55

6-
def test_version():
6+
def test_version() -> None:
77
assert m.__version__

0 commit comments

Comments
 (0)