Skip to content

Commit

Permalink
Merge pull request #2 from rtmcg/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
jaxankey authored Dec 11, 2023
2 parents 10413f8 + ee2a8b6 commit cc9e9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _safe_import(lib):

_imageio = _safe_import('imageio')
_libm2k = _safe_import('libm2k')
_visa = _safe_import('visa')
_visa = _safe_import('pyvisa')
_serial = _safe_import('serial')
_minimalmodbus = _safe_import('minimalmodbus')
_sounddevice = _safe_import('sounddevice')
Expand Down Expand Up @@ -76,4 +76,4 @@ def check_installation():
import mcphysics.experiments as experiments
from . import data
from . import functions
from . import playground
from . import playground

0 comments on commit cc9e9e1

Please sign in to comment.