Skip to content

Commit

Permalink
final linting
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-sandfort1 committed Oct 7, 2024
1 parent 08d58f4 commit ede7d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements/test_mol2mol/test_mol2mol_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ComplexFilterTest(unittest.TestCase):
"""Unittest for ComplexFilter."""

@staticmethod
def _create_pipeline():
def _create_pipeline() -> None:
"""Create a pipeline with a complex filter."""
element_filter_1 = ElementFilter({6: 6, 1: 6})
element_filter_2 = ElementFilter({6: 6, 1: 5, 17: 1})
Expand Down

0 comments on commit ede7d39

Please sign in to comment.