Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Feb 9, 2024
1 parent fe0cd0f commit 88a7c95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os

from artifacts.detect_scenes import *
from pyspark.sql.types import ArrayType, IntegerType

from artifacts.detect_scenes import *


def create_spark_session(port: int):
os.environ["PYSPARK_SUBMIT_ARGS"] = '--packages "org.apache.hadoop:hadoop-aws:3.3.1" pyspark-shell'
Expand Down

0 comments on commit 88a7c95

Please sign in to comment.