Skip to content

Commit 5299953

Browse files
committed
Lint: fix line length
1 parent 2b346b2 commit 5299953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fooof/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def combine_fooofs(fooofs):
140140

141141
# Compare settings
142142
if not compare_settings(fooofs) or not compare_data_info(fooofs):
143-
raise ValueError('These objects have incompatible settings or data, and so cannot be combined.')
143+
raise ValueError("These objects have incompatible settings or data," \
144+
"and so cannot be combined.")
144145

145146
# Initialize FOOOFGroup object, with settings derived from input objects
146147
# Note: FOOOFGroup imported here to avoid an import circularity if imported at the top

0 commit comments

Comments
 (0)