summaryrefslogtreecommitdiff
path: root/pyasn1/type/char.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1/type/char.py')
-rw-r--r--pyasn1/type/char.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyasn1/type/char.py b/pyasn1/type/char.py
index 46b3eac..6dc0e82 100644
--- a/pyasn1/type/char.py
+++ b/pyasn1/type/char.py
@@ -4,7 +4,6 @@
# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
-# ASN.1 "character string" types
from pyasn1.type import univ, tag
class NumericString(univ.OctetString):