Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit aeacdfe

Browse files
committed
Remove comment
1 parent 2cc56e9 commit aeacdfe

File tree

1 file changed

+1
-2
lines changed
  • samples/openapi3/client/petstore/python/tests_manual/test_paths/test_fake

1 file changed

+1
-2
lines changed

samples/openapi3/client/petstore/python/tests_manual/test_paths/test_fake/test_post.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
import urllib3
1313

14-
import petstore_api
15-
from petstore_api.paths.fake import post # noqa: E501
14+
from petstore_api.paths.fake import post
1615
from petstore_api import configuration, schemas, api_client
1716

1817
from ... import ApiTestMixin

0 commit comments

Comments
 (0)