tests: remove unused model version

This commit is contained in:
Nicola Tarocco 2024-09-13 17:03:21 +02:00
parent 27f90dd9c6
commit fcb419cc8e
No known key found for this signature in database
GPG key ID: A08DEF00BA54E806

View file

@ -1,10 +0,0 @@
"""
High-level tests for the package.
"""
import caimira.calculator.models
def test_version():
assert caimira.calculator.models.__version__ is not None