Skip to content

Commit 94309b9

Browse files
committed
style
1 parent d41faf0 commit 94309b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confuse/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, prefix, sep='__', lower=True, handle_lists=True,
109109
:param loader: PyYAML Loader class to use to parse YAML values.
110110
"""
111111
super().__init__({}, filename=None, default=False,
112-
base_for_paths=False)
112+
base_for_paths=False)
113113
self.prefix = prefix
114114
self.sep = sep
115115
self.lower = lower

0 commit comments

Comments
 (0)