fixed import

This commit is contained in:
Sandro La Bruzzo 2024-10-16 13:51:49 +02:00
parent 07ce192207
commit b8bf21f8e5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
from os import path
from datetime import timedelta, datetime
from spark_configurator import SparkConfigurator
from .spark_configurator import SparkConfigurator
# [START import_module]
# The DAG object; we'll need this to instantiate a DAG