Skip to content

Commit 179ee10

Browse files
committed
fixed ref to timeUtil
1 parent b4f4658 commit 179ee10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hsds/datanode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
from h5json.objid import isValidUuid, isSchema2Id, getCollectionForId
2121
from h5json.objid import isRootObjId
22+
from h5json.time_util import getNow
2223

2324
from . import config
2425
from .util.lruCache import LruCache
2526
from .util.httpUtil import isUnixDomainUrl, bindToSocket, getPortFromUrl
2627
from .util.httpUtil import jsonResponse, release_http_client
2728
from .util.storUtil import setBloscThreads, getBloscThreads
28-
from .util.timeUtil import getNow
2929
from .basenode import healthCheck, baseInit
3030
from . import hsds_logger as log
3131
from .domain_dn import GET_Domain, PUT_Domain, DELETE_Domain, PUT_ACL

0 commit comments

Comments
 (0)