Skip to content

Commit 193c8ab

Browse files
committed
linter nitpicking
1 parent 56e8630 commit 193c8ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mxcubecore/queue_entry/base_queue_entry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
)
4646
from mxcubecore.utils import mxlims as mxutils
4747

48-
4948
if TYPE_CHECKING:
5049
from mxlims.pydantic.objects.MxExperiment import MxExperiment
5150

@@ -393,7 +392,7 @@ def post_execute(self):
393392
mxlims_job = self._mxlims_job
394393
if mxlims_job is not None:
395394
self._mxlims_job = None
396-
mxlims_job.end_time = datetime.now()
395+
mxlims_job.end_time = datetime.now() # noqa: DTZ005
397396
mxutils.export_mxjob(mxlims_job, None)
398397

399398
# self._set_background_color()

0 commit comments

Comments
 (0)