Skip to content

Commit 7af6d40

Browse files
committed
chore: fix BaseModel import in TooManyRequestsResponse
1 parent 2004e16 commit 7af6d40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fingerprint_pro_server_api_sdk/models/too_many_requests_response.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
import pprint
14-
import re # noqa: F401
15-
16-
from fingerprint_pro_server_api_sdk import BaseModel
13+
from fingerprint_pro_server_api_sdk.base_model import BaseModel
1714

1815

1916
class TooManyRequestsResponse(BaseModel):

0 commit comments

Comments
 (0)