From e03fec686b3b6a68dec54dfe989121f10ad333b4 Mon Sep 17 00:00:00 2001 From: vishal332008 Date: Wed, 15 Jul 2026 20:48:14 +0530 Subject: [PATCH] removing test text --- dist/ba_data/python/efro/dataclassio/_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ba_data/python/efro/dataclassio/_base.py b/dist/ba_data/python/efro/dataclassio/_base.py index 07a7f9b..6229b59 100644 --- a/dist/ba_data/python/efro/dataclassio/_base.py +++ b/dist/ba_data/python/efro/dataclassio/_base.py @@ -23,8 +23,8 @@ SIMPLE_TYPES = {int, bool, str, float, type(None)} # Attr name for dict of extra attributes included on dataclass # instances. Note that this is only added if extra attributes are # present. -EXTRA_ATTRS_ATTR = '_DCIOEXATTRS' fgb - +EXTRA_ATTRS_ATTR = '_DCIOEXATTRS' + # Attr name for a bool attr for flagging data as lossy, which means it # may have been modified in some way during load and should generally # not be written back out.