Skip to content

Commit 78b2923

Browse files
committed
small adjustments
1 parent e02c85b commit 78b2923

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autosubmit/job/job.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
from collections import OrderedDict
2525
from pathlib import Path
26-
from xmlrpc.client import DateTime
2726

2827
from autosubmit.job import job_utils
2928
import copy
@@ -3101,7 +3100,7 @@ def _parse_timestamp(self, timestamp: int) -> datetime:
31013100
Parse a date from int to datetime.
31023101
:param timestamp: time to be converted
31033102
:type timestamp: int
3104-
:return: return time converted from int to datetime
3103+
:return: return time converted
31053104
:rtype: datetime
31063105
"""
31073106
value = datetime.datetime.fromtimestamp(timestamp)

0 commit comments

Comments
 (0)