Skip to content
Snippets Groups Projects
Commit a080a41a authored by jkerdreu's avatar jkerdreu
Browse files

Unused import

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2702 b32b6428-25c9-4566-ad07-03861ab6144f
parent 63a7f0d8
Branches
No related tags found
No related merge requests found
import cbor2
from cbor2 import CBORTag,encoder
from cbor2 import CBORTag
from . import bindings
......@@ -48,4 +48,4 @@ def cleanup(obj):
if type(obj) in bindings.classes:
return str(obj)
else:
return obj
\ No newline at end of file
return obj
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment