Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
# -*- coding: utf-8 -*- # Copyright (c) 2021 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the jedi assistant interface. This package implements just the interface for the eric7 IDE. The underlying functionality is provided by the jedi library (<a href="https://github.com/davidhalter/jedi"> https://github.com/davidhalter/jedi</a>). """