Skip to content

Commit 6a32e49

Browse files
authored
Delete extra characters from URL (#354)
1 parent 386689e commit 6a32e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes_asyncio/client/api/custom_objects_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,7 @@ def list_custom_object_for_all_namespaces_with_http_info(self, group, version, p
29712971
}
29722972

29732973
return self.api_client.call_api(
2974-
'/apis/{group}/{version}/{plural}#‎', 'GET',
2974+
'/apis/{group}/{version}/{plural}', 'GET',
29752975
path_params,
29762976
query_params,
29772977
header_params,

0 commit comments

Comments
 (0)