mirror of
https://github.com/apache/superset.git
synced 2026-07-17 04:05:37 +00:00
fix(tests): correct stale TYPE_CHECKING import path in base_data_loader (#41972)
Co-authored-by: Moussa Leblouba <mlablouba@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ from abc import ABC, abstractmethod
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from tests.common.example_data.data_loading.data_definitions.types import Table
|
||||
from tests.example_data.data_loading.data_definitions.types import Table
|
||||
|
||||
|
||||
class DataLoader(ABC):
|
||||
|
||||
Reference in New Issue
Block a user