forked from github.com/blag
fixed for mypy --strict testing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import blag
|
||||
|
||||
|
||||
def test_version():
|
||||
def test_version() -> None:
|
||||
assert isinstance(blag.__VERSION__, str)
|
||||
|
||||
Reference in New Issue
Block a user