Skip to content

Commit 919e94c

Browse files
committed
removed now-obsolete imports
1 parent 523660d commit 919e94c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mxcubecore/utils/mxlims.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
__author__ = "rhfogh"
2323
__date__ = "05/11/2024"
2424

25-
import json
2625
import uuid
2726
from datetime import datetime
2827
from pathlib import Path
2928
from typing import Optional, Tuple, Union
3029

31-
from mxlims.impl.MxlimsBase import to_export_json
3230
from mxlims.pydantic.datatypes import Scan, UnitCell
3331
from mxlims.pydantic.mxlims_messages import MxlimsMessage
3432
from mxlims.pydantic.objects.CollectionSweep import CollectionSweep

0 commit comments

Comments
 (0)