Skip to content

Commit

Permalink
Lint: fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Apr 5, 2018
1 parent 2b346b2 commit 5299953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fooof/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def combine_fooofs(fooofs):

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

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

0 comments on commit 5299953

Please sign in to comment.