Skip to content

Commit 6f69cde

Browse files
committed
remove a comment I think is stray
1 parent 17155d1 commit 6f69cde

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

typemap/type_eval/_eval_operators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ def _get_args(tp, base, ctx) -> typing.Any:
248248

249249
tp_head = _typing_inspect.get_head(tp)
250250
base_head = _typing_inspect.get_head(base)
251-
# XXX: not sure this is what we want!
252-
# at the very least we want unions I think
253251
if not tp_head or not base_head:
254252
return None
255253

0 commit comments

Comments
 (0)