We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff14387 commit 933e992Copy full SHA for 933e992
ipydatagrid/datagrid.py
@@ -70,7 +70,7 @@ def all(self):
70
represented as a dictionary
71
with keys 'r': row and 'c': column
72
"""
73
- return [cell for cell in self]
+ return [cell for cell in self] # noqa: C416
74
75
def all_values(self):
76
0 commit comments