change to please deform
deform imports ISO8601_REGEX, so we should make that available too
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from __future__ import absolute_import
|
||||
import iso8601
|
||||
from iso8601.iso8601 import (parse_date, ParseError, Utc, FixedOffset, UTC, ZERO)
|
||||
from iso8601.iso8601 import (parse_date, ParseError, Utc, FixedOffset, UTC, ZERO, ISO8601_REGEX)
|
||||
|
||||
__all__ = ["parse_date", "ParseError", "Utc", "FixedOffset"]
|
||||
|
Reference in New Issue
Block a user