diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py index c4abbc8b0435b429e42bac72ba1d3c7948dfe8dc..a19d62a524573455ae999372aaa806c3a15b5131 100644 --- a/binarycpython/utils/functions.py +++ b/binarycpython/utils/functions.py @@ -71,7 +71,6 @@ def conv_time_units(t): units='h'; return (t, units) - class AutoVivificationDict(dict): """ Implementation of perl's autovivification feature, by overriding the