Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion refex/fix/fixers/test_idiom_fixers.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def test_optional_return(self):
"""return None is fine if the function returns Optional[T]."""
# TODO(b/117351081): port this test to work on vanilla Python.
example = textwrap.dedent("""
# from __future__ import google_type_annotations
import typing
from typing import Optional

Expand Down