Skip to content

Commit aa18cad

Browse files
author
Peejai
committed
trigger tests once again...
1 parent 85971f1 commit aa18cad

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

samples/openapi3/client/petstore/python-pydantic-v1/tests/test_http_signature.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010
$ pytest
1111
"""
1212

13-
from collections import namedtuple
14-
from datetime import datetime, timedelta
13+
from datetime import timedelta
1514
import base64
16-
import json
1715
import os
1816
import re
19-
import shutil
2017
import unittest
21-
from urllib.parse import urlencode, urlparse
18+
from urllib.parse import urlparse
2219

2320
from Crypto.Hash import SHA256, SHA512
2421
from Crypto.PublicKey import ECC, RSA
@@ -28,22 +25,11 @@
2825
#from petstore_api.models import Category, Tag, Pet
2926
from petstore_api.api.pet_api import PetApi
3027
from petstore_api import Configuration, signing
31-
from petstore_api.rest import (
32-
RESTClientObject,
33-
RESTResponse
34-
)
35-
36-
from petstore_api.exceptions import (
37-
ApiException,
38-
ApiValueError,
39-
ApiTypeError,
40-
)
4128

4229
from .util import id_gen
4330

4431
import urllib3
4532

46-
from unittest.mock import patch
4733

4834
HOST = 'http://localhost/v2'
4935

0 commit comments

Comments
 (0)