summaryrefslogtreecommitdiff
path: root/src/cryptography/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/__init__.py')
-rw-r--r--src/cryptography/__init__.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
index 6c0fd2a62..07c894ea3 100644
--- a/src/cryptography/__init__.py
+++ b/src/cryptography/__init__.py
@@ -5,14 +5,9 @@
import sys
import warnings
-from cryptography.__about__ import (
- __author__,
- __copyright__,
- __version__,
-)
+from cryptography.__about__ import __author__, __copyright__, __version__
from cryptography.utils import CryptographyDeprecationWarning
-
__all__ = [
"__version__",
"__author__",