Skip to content

Commit

Permalink
cable-guy: lets not store the result for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 24, 2025
1 parent 3c6caf5 commit 0a9cf5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/services/cable_guy/api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def get_interfaces(self, filter_wifi: bool = False) -> List[NetworkInterface]:
if self.validate_interface_data(interface_data, filter_wifi):
result += [interface_data]

self.result = result
return result

def get_ethernet_interfaces(self) -> List[NetworkInterface]:
Expand Down

0 comments on commit 0a9cf5c

Please sign in to comment.