Skip to content

Commit

Permalink
Typing stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Jul 19, 2024
1 parent fa048d4 commit 5730807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/data_quality/test_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import pandas as pd
import pytest

from nannyml.data_quality.range import NumericalRangeCalculator, Result
from nannyml._typing import Result
from nannyml.data_quality.range import NumericalRangeCalculator
from nannyml.datasets import load_synthetic_car_loan_data_quality_dataset
from nannyml.exceptions import InvalidArgumentsException

Expand Down

0 comments on commit 5730807

Please sign in to comment.