From 832dcbd3e81d61e9c923af82b3e694ad5a18baaa Mon Sep 17 00:00:00 2001 From: Karl Nelson Date: Sun, 10 Dec 2023 12:21:43 -0800 Subject: [PATCH] Attempt at fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ca01bd7eb..bc88e6a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ module = [ "java.*", "jpypex.common", "jedi", + "jedi.access", ] ignore_missing_imports = true