From e7056c8e494b4b4be322323062f71a83fa1d8fcc Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 8 Nov 2023 23:40:41 -0500 Subject: [PATCH] Remove import --- crates/ruff_python_semantic/src/model.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ruff_python_semantic/src/model.rs b/crates/ruff_python_semantic/src/model.rs index a56259afc9bf7a..66649155b07ce0 100644 --- a/crates/ruff_python_semantic/src/model.rs +++ b/crates/ruff_python_semantic/src/model.rs @@ -8,7 +8,6 @@ use ruff_python_ast::call_path::{collect_call_path, from_unqualified_name, CallP use ruff_python_ast::helpers::from_relative_import; use ruff_python_ast::{self as ast, Expr, Operator, Stmt}; use ruff_python_stdlib::path::is_python_stub_file; -use ruff_python_stdlib::typing::is_typing_extension; use ruff_text_size::{Ranged, TextRange, TextSize}; use crate::binding::{