diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index fea39e8..e35c43a 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -156,9 +156,6 @@ class Commands(pyrpkg.Commands): return - def load_kojisession(self, *args, **kwargs): - raise NotImplementedError("load_kojisession is not yet implemented in centpkg") - def get_latest_commit(self, *args, **kwargs): raise NotImplementedError("get_latest_commit is not yet implemented in centpkg")