Skip to content
Snippets Groups Projects
Commit 2d46d9b4 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix import typo.

parent 24c4d24d
Branches
Tags
1 merge request!10Move to gtk3 and new command protocol
......@@ -44,7 +44,7 @@ from pandas import DataFrame
try:
import seaborn as sns
sns.set(context='paper', style='darkgrid')
except InputError:
except ImportError:
pass
import serial
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment