Skip to content

Commit

Permalink
Remove needless type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed May 27, 2024
1 parent e810a7e commit f06c37c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pandas/tests/frame/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@


class DictWrapper(Mapping):
_dict: dict

def __init__(self, d: dict) -> None:
self._dict = d

Expand All @@ -32,8 +30,6 @@ def __len__(self):


class ListWrapper(Sequence):
_list: list

def __init__(self, lst: list) -> None:
self._list = lst

Expand Down

0 comments on commit f06c37c

Please sign in to comment.