From f60c01e3a89f04efb170e98f1a6275da587144b9 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Mon, 22 Jan 2024 09:16:43 +0100 Subject: [PATCH] Py: delete import that no longer exists --- python/ql/lib/python.qll | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ql/lib/python.qll b/python/ql/lib/python.qll index 9a34be8ebcc3..24744d005a17 100644 --- a/python/ql/lib/python.qll +++ b/python/ql/lib/python.qll @@ -26,7 +26,6 @@ import semmle.python.types.FunctionObject import semmle.python.types.ModuleObject import semmle.python.types.Version import semmle.python.types.Descriptors -import semmle.python.protocols import semmle.python.SSA import semmle.python.SelfAttribute import semmle.python.types.Properties