Skip to content

Commit

Permalink
feat: fix control link auth
Browse files Browse the repository at this point in the history
  • Loading branch information
afdezl committed Jul 17, 2023
1 parent 7f52bb0 commit bd177a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/client/airviewclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ def handle_framework_control_objective(self, framework_control_objective: Framew

return framework_control_objective


def handle_framework_control_objective_link(self, framework_control_objective: FrameworkControlObjective, control: Control) -> FrameworkControlObjectiveLink:
backend_framework_control_objective = self.handle_framework_control_objective(framework_control_objective)
backend_control = self.handle_control(control)
Expand All @@ -814,7 +813,6 @@ def handle_framework_control_objective_link(self, framework_control_objective: F
)
return framework_control_objective_link


def set_exclusion_resource_state(
self, id: int, state: ExclusionResourceState
) -> None:
Expand Down

0 comments on commit bd177a9

Please sign in to comment.