fix pydocstyle lint errors

This commit is contained in:
Michael Pöhn 2022-09-30 06:08:00 +02:00
parent 036b788424
commit 7933623e93
2 changed files with 14 additions and 22 deletions

View file

@ -325,10 +325,7 @@ def fill_config_defaults(thisconfig):
def get_config(opts=None):
"""
helper function for getting access to commons.config while safely
initializing if it wasn't initialized yet.
"""
"""Get config instace. This function takes care of initaling config data before returning it."""
global config, options
if config is not None: