Commit 5b99b813 by Sven Marnach

Fix PEP8 error.

parent b757ff7d
...@@ -582,6 +582,7 @@ class MultipleBlocksDataInteraction(InteractionTestBase, BaseIntegrationTest): ...@@ -582,6 +582,7 @@ class MultipleBlocksDataInteraction(InteractionTestBase, BaseIntegrationTest):
self.interact_with_keyboard_help(scroll_down=900) self.interact_with_keyboard_help(scroll_down=900)
self.interact_with_keyboard_help(scroll_down=0, use_keyboard=True) self.interact_with_keyboard_help(scroll_down=0, use_keyboard=True)
@ddt @ddt
class ZoneAlignInteractionTest(InteractionTestBase, BaseIntegrationTest): class ZoneAlignInteractionTest(InteractionTestBase, BaseIntegrationTest):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment