Skip to content

Commit

Permalink
Fix ruff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Dec 17, 2024
1 parent b18b8c8 commit eda868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sim_explorer/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import numpy as np
from libcosimpy.CosimLogging import CosimLogLevel, log_output_level # type: ignore

from sim_explorer.assertion import Assertion # type: ignore
from sim_explorer.assertion import Assertion # type: ignore
from sim_explorer.exceptions import CaseInitError
from sim_explorer.json5 import Json5
from sim_explorer.models import AssertionResult, Temporal
Expand Down

0 comments on commit eda868d

Please sign in to comment.