Skip to content

Commit b12dde6

Browse files
committed
pylint
1 parent c589b6e commit b12dde6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

etl/data.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
import warnings
55
warnings.filterwarnings("ignore")
66

7+
import os
8+
79
from pyspark.sql import SparkSession
810
import pyspark.pandas as ps
911
from sqlalchemy import create_engine
10-
import warnings
11-
warnings.filterwarnings("ignore")
1212
from dotenv import load_dotenv
13-
import os
13+
1414
load_dotenv()
15+
1516
print("PYTHON LOG: Imported libraries successfully")
1617

1718
HOST=os.getenv('HOST')

0 commit comments

Comments
 (0)