reverting json type tag

This commit is contained in:
Eric Froemling 2020-04-30 01:52:50 -07:00
parent f26954f330
commit c4c07731c5

View File

@ -30,8 +30,8 @@ if TYPE_CHECKING:
from typing import Any
# Special attr we included for our extended type information
# (efro-extended-json-type)
TYPE_TAG = '_efxjtp'
# (extended-json-type)
TYPE_TAG = '_xjtp'
_pytz_utc: Any