diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index 21a6e2a..1446812 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -231,9 +231,6 @@ class Commands(pyrpkg.Commands): def mock_config(self, *args, **kwargs): raise NotImplementedError("This command is not yet implemented in centpkg") - def mockbuild(self, *args, **kwargs): - raise NotImplementedError("This command is not yet implemented in centpkg") - def upload(self, *args, **kwargs): raise NotImplementedError("This command is not yet implemented in centpkg")