Skip to content

Commit 9baeba7

Browse files
committed
fix: remove attocube import due to windows errors, added to .gitignore
1 parent b56008c commit 9baeba7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ dmypy.json
119119
backup
120120
.backup
121121
*.backup
122-
test.ipynb
122+
test.ipynb
123+
124+
.vscode

pyscan/drivers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Brand collections
77
from .agilent import *
88
from .american_magnetics import *
9-
from .attocube import *
9+
# from .attocube import *
1010
from .bkprecision import *
1111
from .bluefors import *
1212
from .hp import *

0 commit comments

Comments
 (0)