Skip to content

Commit

Permalink
Merge pull request #18 from mrpbennett/mrpbennett-patch-1
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
mrpbennett authored May 30, 2024
2 parents 2bd8af2 + 97afc7b commit d6f9195
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
format="%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s",
)

# Rest of the code...
import json
import logging
import time

import pandas as pd
import requests
from requests.exceptions import HTTPError, Timeout
from simple_chalk import blue, green, red, yellow

from salt import hash_pii
from storage import (
add_user_to_redis,
check_table_exists,
create_address_table,
create_user_table,
insert_into_address_table,
insert_into_user_table,
)
from validate import validate_json

logging.basicConfig(
level=logging.INFO,
format="%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s",
)

"""
EXTRACTION
"""
Expand Down

0 comments on commit d6f9195

Please sign in to comment.