Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored and zerwes committed Oct 18, 2024
1 parent 8cae255 commit decfaa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hiyapyco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ def __init__(self, *args, **kwargs):
* failonmissingfiles: boolean (default: True)
* loglevelmissingfiles
* mergeoverride: optional function to customize merge for primitive values
* loader_callback: optional custom callback function to load yaml files. The callback function shall
behave like `yaml.load_all`, taking a IO stream as input and returning a list of objects.
* loader_callback: optional custom callback function to load yaml files. The
callback function shall behave like `yaml.load_all`, taking a IO stream as
input and returning a list of objects.
Returns a representation of the merged and (if requested) interpolated config.
Will mostly be a OrderedDict (dict if usedefaultyamlloader), but can be of any other type,
Expand Down

0 comments on commit decfaa0

Please sign in to comment.