Skip to content

Commit 933e992

Browse files
committed
add flake8 flag
Signed-off-by: Itay Dafna <[email protected]>
1 parent ff14387 commit 933e992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/datagrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def all(self):
7070
represented as a dictionary
7171
with keys 'r': row and 'c': column
7272
"""
73-
return [cell for cell in self]
73+
return [cell for cell in self] # noqa: C416
7474

7575
def all_values(self):
7676
"""

0 commit comments

Comments
 (0)