mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-15 12:15:22 +08:00
Removes unused d_tuple from date_utils.
This commit is contained in:
@@ -14,25 +14,12 @@
|
||||
# limitations under the License.
|
||||
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
import time
|
||||
import pytz
|
||||
import iso8601
|
||||
from dateutil import rrule
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
# Datetime Tuple
|
||||
# --------------
|
||||
d_tuple = namedtuple('dt',
|
||||
['year',
|
||||
'month',
|
||||
'day',
|
||||
'hour',
|
||||
'minute',
|
||||
'second',
|
||||
'micros'])
|
||||
|
||||
|
||||
# iso8061 utility
|
||||
# ---------------------
|
||||
|
||||
Reference in New Issue
Block a user