Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Dec 17, 2020
1 parent ade0837 commit 824a8f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/deflex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ def has_section(section):


def get(section, key):
"""Returns the value of a given key in a given section.
"""
"""Returns the value of a given key in a given section."""
if not _loaded:
init()
try:
Expand Down Expand Up @@ -131,8 +130,7 @@ def get_list(section, parameter, sep=",", string=False):


def get_dict(section):
"""Returns the values of a section as dictionary
"""
"""Returns the values of a section as dictionary"""
if not _loaded:
init()
dc = {}
Expand Down

0 comments on commit 824a8f9

Please sign in to comment.