Skip to content

Commit cc37c0a

Browse files
committed
restore wrongly removed module errors
1 parent cdc8260 commit cc37c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_profiling/model/spark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Load modules dynamically
2424
for module_name in SPARK_MODULES:
25-
module = importlib.import_module(f".model.spark.{module_name}")
25+
module = importlib.import_module(f"data_profiling.model.spark.{module_name}")
2626
globals().update(
2727
{
2828
name: getattr(module, name)

0 commit comments

Comments
 (0)