mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Reformats code to match code guidelines
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import pytest
|
||||
import responses
|
||||
import requests
|
||||
import json
|
||||
from binascii import hexlify
|
||||
|
||||
@@ -9,7 +7,6 @@ from cryptography.hazmat.primitives import hashes
|
||||
from cryptography.hazmat.primitives.asymmetric import ec
|
||||
|
||||
import apps.cli.pisa_cli as pisa_cli
|
||||
from apps.cli import PISA_PUBLIC_KEY
|
||||
from test.unit.conftest import get_random_value_hex
|
||||
|
||||
# TODO: should find a way of doing without this
|
||||
|
||||
Reference in New Issue
Block a user