Skip to content

Commit 0786a8f

Browse files
committed
..
1 parent d3d6e9e commit 0786a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

petab/v2/lint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import pandas as pd
1515
import sympy as sp
1616

17-
from ..v1.visualize.lint import validate_visualization_df
1817
from ..v2.C import *
1918
from .core import PriorDistribution
2019
from .problem import Problem
@@ -765,6 +764,8 @@ def run(self, problem: Problem) -> ValidationIssue | None:
765764
if problem.visualization_df is None:
766765
return None
767766

767+
from ..v1.visualize.lint import validate_visualization_df
768+
768769
if validate_visualization_df(problem):
769770
return ValidationIssue(
770771
level=ValidationIssueSeverity.ERROR,

0 commit comments

Comments
 (0)