Skip to content

Commit 8404bd2

Browse files
committed
Reformat code
1 parent 864021b commit 8404bd2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

openapi_python_client/templates/endpoint_module.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ from typing import Dict, List, Optional, Union
33

44
import requests
55

6-
from .errors import ApiResponseError
76
from ..client import AuthenticatedClient, Client
7+
from .errors import ApiResponseError
88

99
{% for relative in collection.relative_imports %}
1010
{{ relative }}

openapi_python_client/templates/errors.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from requests import Response
22

3-
43
class ApiResponseError(Exception):
54
""" An exception raised when an unknown response occurs """
65

0 commit comments

Comments
 (0)