From cc6c7a0f7b1f4bea3bdad9ae49538def05a9e31b 2024-02-14 14:15:52 From: Matthias Bussonnier Date: 2024-02-14 14:15:52 Subject: [PATCH] future annotation importing --- diff --git a/IPython/core/inputsplitter.py b/IPython/core/inputsplitter.py index 2d5ade8..f1ebd96 100644 --- a/IPython/core/inputsplitter.py +++ b/IPython/core/inputsplitter.py @@ -15,6 +15,7 @@ and stores the results. For more details, see the class docstrings below. """ +from __future__ import annotations from warnings import warn