Skip to content

Commit f2fe5cd

Browse files
committed
Fix flake8 linting: missing whitespace
1 parent 324c70d commit f2fe5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impedance/preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def readFile(filename, instrument=None):
2828
'powersuite', 'biologic', 'chinstruments']
2929

3030
if instrument is not None:
31-
assert instrument in supported_types,\
31+
assert instrument in supported_types, \
3232
'{} is not a supported instrument ({})'.format(instrument,
3333
supported_types)
3434

0 commit comments

Comments
 (0)