diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 072a9ab..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/python_accept_historical_powertrack_sample.py b/python_accept_historical_powertrack_sample.py index bbc0f5b..4b4e6f6 100644 --- a/python_accept_historical_powertrack_sample.py +++ b/python_accept_historical_powertrack_sample.py @@ -45,5 +45,5 @@ def make_request(job_endpoint): except urllib.request.HTTPError as error: print("ERROR: %s" % error) -# Make the Request by Passing in Job Endpoint +# Make the Request make_request(job_endpoint) \ No newline at end of file diff --git a/python_check_status_historical_powertrack_sample.py b/python_check_status_historical_powertrack_sample.py index 390837f..23ca54e 100644 --- a/python_check_status_historical_powertrack_sample.py +++ b/python_check_status_historical_powertrack_sample.py @@ -44,5 +44,5 @@ def make_request(job_endpoint): except urllib.request.HTTPError as error: print("ERROR: %s" % error) -# Make the Request by Passing in Job Endpoint +# Make the Request make_request(job_endpoint) \ No newline at end of file