summaryrefslogtreecommitdiff
path: root/tests/test_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_interfaces.py')
-rw-r--r--tests/test_interfaces.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_interfaces.py b/tests/test_interfaces.py
index 97df45a3d..042245f97 100644
--- a/tests/test_interfaces.py
+++ b/tests/test_interfaces.py
@@ -9,7 +9,9 @@ import pytest
import six
from cryptography.utils import (
- InterfaceNotImplemented, register_interface_if, verify_interface
+ InterfaceNotImplemented,
+ register_interface_if,
+ verify_interface,
)