Skip to content

Commit addde54

Browse files
committed
refactor: ultra minor change.
1 parent 4165e5e commit addde54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscan/measurement/load_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import pickle
44
import json
55
from pathlib import Path
6-
from pyscan.general.pyscan_json_decoder import PyscanJSONDecoder
76
from pyscan.general.item_attribute import ItemAttribute
7+
from pyscan.general.pyscan_json_decoder import PyscanJSONDecoder
88

99

1010
def load_experiment(file_name):

0 commit comments

Comments
 (0)