From c4c07731c5215849c18b6c3a2b964dfc950b6a72 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 30 Apr 2020 01:52:50 -0700 Subject: [PATCH] reverting json type tag --- assets/src/ba_data/python/efro/jsonutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/src/ba_data/python/efro/jsonutils.py b/assets/src/ba_data/python/efro/jsonutils.py index db6f0106..0ec2f492 100644 --- a/assets/src/ba_data/python/efro/jsonutils.py +++ b/assets/src/ba_data/python/efro/jsonutils.py @@ -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