From 9785b32189583abb4cc2e369389575568e384a68 Mon Sep 17 00:00:00 2001 From: cyy Date: Tue, 13 May 2025 04:29:55 +0000 Subject: [PATCH] Remove unused typing-extensions BUCK target (#153229) This target is unused. Pull Request resolved: https://github.com/pytorch/pytorch/pull/153229 Approved by: https://github.com/colesbury --- buckbuild.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/buckbuild.bzl b/buckbuild.bzl index efa1edcc33ba..961d6185853c 100644 --- a/buckbuild.bzl +++ b/buckbuild.bzl @@ -182,7 +182,6 @@ THIRD_PARTY_LIBS = { "rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"], "ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"], "sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"], - "typing-extensions": ["//third-party/typing-extensions:typing-extensions", "//third_party:typing-extensions"], } def third_party(name):