Skip to content

Commit cccc6b9

Browse files
committed
flake fixes
Former-commit-id: cbbb6a6
1 parent 18a947c commit cccc6b9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extend-ignore:
88
E203,
99
E204,
1010
E231,
11+
E265,
1112
E266,
1213
E303,
1314
E402,

test/test_datacube.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import py4DSTEM
22
import numpy as np
3-
from os.path import join
43

54
# set filepath
65
path = py4DSTEM._TESTPATH + "/small_datacube.dm4"

test/test_native_io/test_calibration_io.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#import py4DSTEM
2-
#import numpy as np
3-
#from os.path import join
1+
# import py4DSTEM
2+
# import numpy as np
3+
# from os.path import join
44

55
# set filepath
66
# path = join(py4DSTEM._TESTPATH, "filename")

test/test_native_io/test_realslice_read.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111

1212
def test_read_realslice():
1313
realslice = py4DSTEM.read(filepath, datapath="4DSTEM/Fit Data") # noqa: F841
14-

0 commit comments

Comments
 (0)