We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc15141 commit 2625ca7Copy full SHA for 2625ca7
neo/rawio/neuralynxrawio/neuralynxrawio.py
@@ -53,7 +53,6 @@
53
_spike_channel_dtype,
54
_event_channel_dtype,
55
)
56
-from operator import itemgetter
57
import numpy as np
58
import os
59
import pathlib
neo/rawio/neuralynxrawio/nlxheader.py
@@ -1,4 +1,3 @@
1
-import dateutil
2
from packaging.version import Version
3
4
import re
@@ -317,7 +316,7 @@ def _setTimeDate(self, txt_header):
317
316
"""
318
Read time and date from text of header
319
320
-
+ import dateutil
321
# opening time
322
sr = NlxHeader._openDatetime1_pat.search(txt_header)
323
if not sr: sr=NlxHeader._openDatetime2_pat.search(txt_header)
0 commit comments