mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
fix pydocstyle lint errors
This commit is contained in:
parent
036b788424
commit
7933623e93
2 changed files with 14 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue