Fix pycharm suggestions to the changes of MR !47
For example python suggested not to use capital letters in function inputs, as I have country_ISO_code
.
A good practice is to create an empty string for the parameter area_restriction_clause
as it is created through an if and elif statement.
I can also apply what is mentioned here