From 367ea85057368047a50ae98a3510e0113eadd744 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Aug 2022 16:37:53 +0200 Subject: [proxy] make it possible to uninstall a package This commit also brings some more refactoring under state_impl/. --- src/hydrilla/proxy/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/state.py') diff --git a/src/hydrilla/proxy/state.py b/src/hydrilla/proxy/state.py index fbd546e..803e727 100644 --- a/src/hydrilla/proxy/state.py +++ b/src/hydrilla/proxy/state.py @@ -236,7 +236,7 @@ class MappingVersionRef(Ref): ... @abstractmethod - def uninstall(self) -> None: + def uninstall(self) -> t.Optional['MappingVersionRef']: ... @abstractmethod -- cgit v1.2.3