Skip to content

Commit

Permalink
noqa PD011
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 3, 2024
1 parent e103610 commit c396c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/tests/syft/types/dicttuple_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_should_iter_over_value(self, dict_tuple: DictTuple, case: Case) -> None

def test_int_indexing(self, dict_tuple: DictTuple, case: Case) -> None:
for i in range(len(dict_tuple)):
assert dict_tuple[i] == case.values[i]
assert dict_tuple[i] == case.values[i] # noqa PD011

def test_key_indexing(self, dict_tuple: DictTuple, case: Case) -> None:
for k in case.keys:
Expand Down

0 comments on commit c396c1e

Please sign in to comment.