summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/instances/workflows/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/instances/workflows/__init__.py')
-rw-r--r--openstack_dashboard/dashboards/project/instances/workflows/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/openstack_dashboard/dashboards/project/instances/workflows/__init__.py b/openstack_dashboard/dashboards/project/instances/workflows/__init__.py
deleted file mode 100644
index 2c19082f..00000000
--- a/openstack_dashboard/dashboards/project/instances/workflows/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from create_instance import LaunchInstance
-from resize_instance import ResizeInstance
-from update_instance import UpdateInstance
-
-assert LaunchInstance
-assert UpdateInstance
-assert ResizeInstance