From af98c0b70d7779c2a1e66dc86f525dfd45f76edf Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Thu, 10 Aug 2023 02:14:56 -0700 Subject: [PATCH] . --- docs/source/error_code_list.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/error_code_list.rst b/docs/source/error_code_list.rst index 71c1f64ef002..f7f702aa7fcb 100644 --- a/docs/source/error_code_list.rst +++ b/docs/source/error_code_list.rst @@ -673,6 +673,8 @@ Example: See :ref:`ignore-missing-imports` for how to work around these errors. +.. _code-import-untyped: + Check that import target can be found [import-untyped] --------------------------------------------------------