mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
removing test text
This commit is contained in:
parent
416e3e6a19
commit
e03fec686b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue