clean-up of code no longer needed.

This commit is contained in:
Elia El Lazkani 2019-11-04 17:52:03 +01:00
parent 28b68e9a74
commit 7ce20357be

View file

@ -6,10 +6,6 @@ import logging
from cloudant.document import Document from cloudant.document import Document
CHARS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'
class Pointer: class Pointer:
""" """
Pointer object. Pointer object.