Skip to content

Commit 97afc7b

Browse files
authored
Update main.py
1 parent 2bd8af2 commit 97afc7b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/main.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -57,32 +57,6 @@
5757
format="%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s",
5858
)
5959

60-
# Rest of the code...
61-
import json
62-
import logging
63-
import time
64-
65-
import pandas as pd
66-
import requests
67-
from requests.exceptions import HTTPError, Timeout
68-
from simple_chalk import blue, green, red, yellow
69-
70-
from salt import hash_pii
71-
from storage import (
72-
add_user_to_redis,
73-
check_table_exists,
74-
create_address_table,
75-
create_user_table,
76-
insert_into_address_table,
77-
insert_into_user_table,
78-
)
79-
from validate import validate_json
80-
81-
logging.basicConfig(
82-
level=logging.INFO,
83-
format="%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s",
84-
)
85-
8660
"""
8761
EXTRACTION
8862
"""

0 commit comments

Comments
 (0)