Skip to content

Commit

Permalink
Drop an unused type-ignore in datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 25, 2024
1 parent 6114840 commit ef9eef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytools/datatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"""


# type-ignore-reason: Record is untyped
class Row(Record): # type: ignore[misc]
class Row(Record):
pass


Expand Down

0 comments on commit ef9eef5

Please sign in to comment.