From 4a88211fe0ee0163afa8dd92d3b36bb68b551adb Mon Sep 17 00:00:00 2001 From: Nil Bacardit Date: Thu, 16 Nov 2023 14:12:25 +0100 Subject: [PATCH] removing zope.interface.implements import --- CHANGELOG.rst | 3 ++- guillotina/component/interfaces.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8da4542f8..2d3f8b71c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,8 @@ CHANGELOG 6.4.4 (unreleased) ------------------ -- Nothing changed yet. +- Removing implements import in components/interfaces.py + [nilbacardit26] 6.4.3 (2023-10-11) diff --git a/guillotina/component/interfaces.py b/guillotina/component/interfaces.py index a640f8da9..a4a7ebebe 100644 --- a/guillotina/component/interfaces.py +++ b/guillotina/component/interfaces.py @@ -16,7 +16,6 @@ # fmt: off from guillotina.component._compat import _BLANK from zope.interface import Attribute -from zope.interface import implements from zope.interface import Interface # BBB 2011-09-09, import interfaces from zope.interface from zope.interface.interfaces import _IBaseAdapterRegistration