summaryrefslogtreecommitdiff
path: root/pyasn1/compat/integer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1/compat/integer.py')
-rw-r--r--pyasn1/compat/integer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyasn1/compat/integer.py b/pyasn1/compat/integer.py
index 11992c3..0c426a2 100644
--- a/pyasn1/compat/integer.py
+++ b/pyasn1/compat/integer.py
@@ -106,4 +106,3 @@ else:
def bitLength(number):
return int(number).bit_length()
-