summaryrefslogtreecommitdiff
path: root/src/_cffi_src/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src/utils.py')
-rw-r--r--src/_cffi_src/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/utils.py b/src/_cffi_src/utils.py
index 5afc084a3..47d31b611 100644
--- a/src/_cffi_src/utils.py
+++ b/src/_cffi_src/utils.py
@@ -10,7 +10,6 @@ from distutils.dist import Distribution
from cffi import FFI
-
# Load the cryptography __about__ to get the current package version
base_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
about = {}