Skip to content

Commit e2c81e9

Browse files
committed
brought standard library front
1 parent 4b02598 commit e2c81e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

etl/data.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
#%%
22
print("PYHTON LOG: Importing Libraries")
3+
4+
import warnings
5+
warnings.filterwarnings("ignore")
6+
37
from pyspark.sql import SparkSession
48
import pyspark.pandas as ps
59
from sqlalchemy import create_engine
610
import warnings
711
warnings.filterwarnings("ignore")
812
from dotenv import load_dotenv
9-
import warnings
10-
warnings.filterwarnings("ignore")
1113
import os
1214
load_dotenv()
1315
print("PYTHON LOG: Imported libraries successfully")

0 commit comments

Comments
 (0)