With the creation of the new helpers.py module as a result of #30, the script gsc_profile.py should be refactored to use the functions in that module, instead of defining new ones within the script.
Suggested solution
Remove the function definitions from gsc_profile.py and use the ones imported from helpers.py.
Feature description
With the creation of the new
helpers.py
module as a result of #30, the scriptgsc_profile.py
should be refactored to use the functions in that module, instead of defining new ones within the script.Suggested solution
Remove the function definitions from
gsc_profile.py
and use the ones imported fromhelpers.py
.