Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi committed Mar 4, 2016
1 parent 07bb34a commit af0bed2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integrationtests/mayavi/test_tools_camera.py
Expand Up @@ -79,10 +79,8 @@ def test_move_with_forward(self):
def test_camera_move_with_right(self):
camera = self.engine.current_scene.scene.camera

with check_attrs_change(self, camera,
("focal_point", "position")), \
check_attrs_do_not_change(self, camera,
("clipping_range",)):
with check_attrs_change(self, camera, ("focal_point", "position")), \
check_attrs_do_not_change(self, camera, ("clipping_range",)):
camera_tools.move(right=20.)

def test_camera_move_with_up(self):
Expand Down

0 comments on commit af0bed2

Please sign in to comment.