Skip to content

Commit 87b101a

Browse files
committed
feat : create_image remove type docstring
1 parent 0e6a884 commit 87b101a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/openstack_mcp_server/tools/image_tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ def create_image(self, image_data: CreateImage) -> Image:
5252
- must provide a glance_region and glance_image_id.
5353
5454
:param image_data: An instance of CreateImage containing the image details.
55-
:type image: CreateImage
5655
:return: An Image object representing the created image.
57-
:rtype: Image
5856
"""
5957
conn = get_openstack_conn()
6058

0 commit comments

Comments
 (0)