Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 2, 2024
1 parent e4dc6bb commit 6621633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/test/pyext/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def assertCompileFails(self, includes, body):
out, err = p.communicate()
self.assertIn('error: static assertion failed', err)


def create_point_particle(self, model, x, y, z):
"""Make a particle with optimizable x, y and z attributes, and
add it to the model."""
Expand Down

0 comments on commit 6621633

Please sign in to comment.