Revert "Add missing files (#347)"

This reverts commit 76e85d895b.
This commit is contained in:
Cyber MacGeddon 2025-04-25 19:02:08 +01:00
parent 9c83aaf773
commit 6698ac74d7
4 changed files with 0 additions and 132 deletions

View file

@ -17,10 +17,6 @@ def show_flow_classes(url):
class_names = api.flow_list_classes()
if len(class_names) == 0:
print("No flows.")
return
classes = []
for class_name in class_names: