Skip to content

Commit 91466bf

Browse files
committed
fixed import on manual test file
1 parent 923d230 commit 91466bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/client/petstore/python/test/test_model_200_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import unittest
1717

1818
import petstore_api
19-
from petstore_api.models.model_200_response import Model200Response # noqa: E501
19+
from petstore_api.models.model200_response import Model200Response # noqa: E501
2020
from petstore_api.rest import ApiException
2121

2222

0 commit comments

Comments
 (0)