summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/widgets.py')
-rw-r--r--bitbake/lib/toaster/toastergui/widgets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/bitbake/lib/toaster/toastergui/widgets.py
index 47de30d631..bc081b818b 100644
--- a/bitbake/lib/toaster/toastergui/widgets.py
+++ b/bitbake/lib/toaster/toastergui/widgets.py
@@ -61,7 +61,6 @@ class ToasterTable(TemplateView):
61 61
62 self.total_count = 0 62 self.total_count = 0
63 self.static_context_extra = {} 63 self.static_context_extra = {}
64 self.filter_actions = {}
65 self.empty_state = "Sorry - no data found" 64 self.empty_state = "Sorry - no data found"
66 self.default_orderby = "" 65 self.default_orderby = ""
67 66