We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca80113 commit e4f5955Copy full SHA for e4f5955
pyscan/drivers/oceanoptics/__init__.py
@@ -4,7 +4,7 @@
4
name = 'seabreeze'
5
6
try:
7
- import seabreeze
+ import seabreeze
8
from .oceanopticsqepro import OceanOpticsQEPro
9
except ModuleNotFoundError:
10
from .oceanoptics_exceptions import SeabreezeMissingException as OceanOpticsQEPro
0 commit comments