Skip to content

Commit 498d143

Browse files
committed
shortened import statement in test case
1 parent 0b5ebd7 commit 498d143

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/data/image/test_dataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
import pytest
1111

1212
from anomalib import TaskType
13-
from anomalib.data import Folder
14-
from anomalib.data.image.dataframe import Dataframe
13+
from anomalib.data import Dataframe, Folder
1514
from tests.unit.data.base.image import _TestAnomalibImageDatamodule
1615

1716

0 commit comments

Comments
 (0)