Skip to content
Snippets Groups Projects
Commit 6f2e80f3 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove unused imports

parent 3fe65738
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!118Test to confirm (or reject) #71
Pipeline #56918 failed
......@@ -21,11 +21,8 @@ from datetime import date
from tempfile import NamedTemporaryFile
from pytest import raises, mark
from unittest.mock import Mock
import linkahead as db
import caosadvancedtools
from caosadvancedtools.models.parser import (TwiceDefinedException,
YamlDefinitionError,
parse_model_from_string,
......@@ -663,4 +660,3 @@ def test_setting_values():
assert model["Simulation"].role == "Record"
assert model["Simulation"].name == "Simulation"
assert model["Simulation"].get_property("parameter").value == 26
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment