From: Michael Tremer Date: Mon, 14 Jun 2021 11:05:28 +0000 (+0000) Subject: PakfireContext: Remove unused repos property X-Git-Tag: 0.9.28~1258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b86706c66223a233ca11319d171fdca863dfeb7;p=pakfire.git PakfireContext: Remove unused repos property Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/base.py b/src/pakfire/base.py index d532ab853..0b4b6663c 100644 --- a/src/pakfire/base.py +++ b/src/pakfire/base.py @@ -89,14 +89,6 @@ class PakfireContext(object): def __init__(self, pakfire): self.pakfire = pakfire - @property - def repos(self): - """ - Shortcut to access any configured - repositories for this Pakfire instance - """ - return self.pakfire.repos - def check(self, **kwargs): """ Try to fix any errors in the system.