Skip to content

Commit

Permalink
Merge pull request #40 from prashanthShiksha/release-5.1.0
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
Vivek-M-08 authored Jul 22, 2024
2 parents da58aa4 + 042fc52 commit 80d65d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions survey/pyspark_sur_distinct_count_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
sys.path.append(root_path)

sys.path.append(config.get("COMMON","cloud_module_path"))
from cloud_storage.cloud import MultiCloud
from cloud import MultiCloud
cloud_init = MultiCloud()



# date formating
current_date = datetime.date.today()
formatted_current_date = current_date.strftime("%d-%B-%Y")
Expand Down

0 comments on commit 80d65d8

Please sign in to comment.