Skip to content

Commit 5b1d334

Browse files
committed
remove a leftover comment about mypy
1 parent 0f076a6 commit 5b1d334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pintxarray/accessors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def either_dict_or_kwargs(positional, keywords, method_name):
4848
)
4949
return positional
5050
else:
51-
# Need an explicit cast to appease mypy due to invariance; see
52-
# https://github.com/python/mypy/issues/6228
5351
return keywords
5452

5553

0 commit comments

Comments
 (0)