Skip to content

Commit 664f796

Browse files
committed
chore: make typing more appropriate for a method
Signed-off-by: Norbert Biczo <[email protected]>
1 parent e31c85e commit 664f796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_cloud_sdk_core/detailed_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_headers(self) -> Optional[dict]:
6565
"""
6666
return self.headers
6767

68-
def get_status_code(self) -> int:
68+
def get_status_code(self) -> Union[int, None]:
6969
"""The HTTP status code of the service request.
7070
7171
Returns:

0 commit comments

Comments
 (0)