Skip to content

Commit

Permalink
test_base: Add missing empty line to fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
s-heppner authored Aug 31, 2023
1 parent aa12d23 commit ad4cd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/model/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@ def del_hook(itm: int, list_: List[int]) -> None:
self.assertEqual(existing_items, [1, 2, 3, 4, 10, 11])
check_list.pop()
self.assertEqual(c_list, check_list)

def test_atomicity(self) -> None:
def hook(itm: int, _list: List[int]) -> None:
if itm > 2:
Expand Down

0 comments on commit ad4cd3c

Please sign in to comment.