diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e616609b..a8cc36ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ Changelog Unreleased ++++++++++ +- Massive improvements in performance for ``Interpreter`` (e.g. IPython) users. + This especially affects ``pandas`` users with large datasets. + 0.18.2 (2022-11-21) +++++++++++++++++++ diff --git a/jedi/inference/compiled/access.py b/jedi/inference/compiled/access.py index 9aa0d71d..e9eea5f8 100644 --- a/jedi/inference/compiled/access.py +++ b/jedi/inference/compiled/access.py @@ -9,7 +9,7 @@ import re import builtins import typing from pathlib import Path -from typing import Optional, Tuple, Union +from typing import Optional, Tuple from jedi.inference.compiled.getattr_static import getattr_static