Skip to content

Methods with return type "full_response" have a type-hint of dict #13

@zachcamara-hpe

Description

@zachcamara-hpe

A few methods in pyedgeconnect use return_type="full_response" to return a requests.model.Response object, however, while the docstring has the properly documented return type, the definition line type-hint incorrectly often has dict

current

def get_appliance_stats_minute_file(
    self,
    file: str,
) -> dict:

instead of

def get_appliance_stats_minute_file(
    self,
    file: str,
) -> requests.Response:

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions