Skip to content

Commit ee2a8b6

Browse files
authored
Update __init__.py
Changed module reference from <visa> to <pyvisa>
1 parent 10413f8 commit ee2a8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _safe_import(lib):
2525

2626
_imageio = _safe_import('imageio')
2727
_libm2k = _safe_import('libm2k')
28-
_visa = _safe_import('visa')
28+
_visa = _safe_import('pyvisa')
2929
_serial = _safe_import('serial')
3030
_minimalmodbus = _safe_import('minimalmodbus')
3131
_sounddevice = _safe_import('sounddevice')
@@ -76,4 +76,4 @@ def check_installation():
7676
import mcphysics.experiments as experiments
7777
from . import data
7878
from . import functions
79-
from . import playground
79+
from . import playground

0 commit comments

Comments
 (0)