From d28840bfbb85baa8ef9d664d0147ebb4d55ae13b Mon Sep 17 00:00:00 2001 From: Glyphack Date: Mon, 14 Oct 2024 22:08:44 +0200 Subject: [PATCH] Remove import --- .../resources/test/fixtures/flake8_type_checking/quote.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crates/ruff_linter/resources/test/fixtures/flake8_type_checking/quote.py b/crates/ruff_linter/resources/test/fixtures/flake8_type_checking/quote.py index 62f53dce373f46..1ed4e52b51036c 100644 --- a/crates/ruff_linter/resources/test/fixtures/flake8_type_checking/quote.py +++ b/crates/ruff_linter/resources/test/fixtures/flake8_type_checking/quote.py @@ -1,6 +1,3 @@ -from typing import Literal - - def f(): from pandas import DataFrame @@ -15,8 +12,7 @@ def baz() -> DataFrame[int]: ... -# Causes fixes to not converge -# def f(): +# def f(): # Causes fixes to not converge # from pandas import DataFrame # # def baz() -> DataFrame["int"]: