mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove leftover pprint
This commit is contained in:
parent
5383811ecc
commit
eaf8f8ea0f
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ def deserialize(fq_classname, data):
|
|||
state[key] = ser.recreate_classes(value)
|
||||
except SecurityError as e:
|
||||
msg = 'Unable to deserialize key `{key}\' on {class_name}'.format(key=key, class_name=fq_classname)
|
||||
import pprint
|
||||
msg += pprint.pformat(data)
|
||||
raise Exception(msg, e)
|
||||
|
||||
instance = class_object.__new__(class_object)
|
||||
|
|
Loading…
Add table
Reference in a new issue