diff options
Diffstat (limited to 'tests/cloud_tests/platforms/snapshots.py')
-rw-r--r-- | tests/cloud_tests/platforms/snapshots.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cloud_tests/platforms/snapshots.py b/tests/cloud_tests/platforms/snapshots.py index 94328982..0f5f8bb6 100644 --- a/tests/cloud_tests/platforms/snapshots.py +++ b/tests/cloud_tests/platforms/snapshots.py @@ -40,6 +40,5 @@ class Snapshot(object): def destroy(self): """Clean up snapshot data.""" - pass # vi: ts=4 expandtab |