Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Feb 10, 2022
1 parent 0e8fae9 commit 7d9d269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falconpy/sensor_update_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def query_combined_builds(self: object, *args, parameters: dict = None, **kwargs
)

@force_default(defaults=["parameters"], default_types=["dict"])
def query_combined_kernels(self: object, *args, parameters: dict = None, **kwargs) -> dict:
def query_combined_kernels(self: object, parameters: dict = None, **kwargs) -> dict:
"""Retrieve kernel compatibility info for Sensor Update Builds.
Keyword arguments:
Expand Down

0 comments on commit 7d9d269

Please sign in to comment.