Skip to content

Commit a9f5a45

Browse files
committed
pep8
1 parent e23e05e commit a9f5a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i3configger/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
SETTINGS_MARK = VAR_MARK + SET_MARK + '_'
1717

1818

19-
# FIXME this is wrong - based on assumption that config always resides in partialsPath
20-
# Either make this a necessity or make it configurable
19+
# FIXME this is wrong - based on assumption that config always resides
20+
# in partialsPath -> either make this a necessity or make it configurable
2121
class Paths:
2222
def __init__(self, configPath):
2323
path = Path(configPath)

0 commit comments

Comments
 (0)