From 9f48652a6347c3a16c96dab8940687fddb1867dd Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 26 Jan 2020 12:58:48 +0100 Subject: [PATCH] Remove wrong script --- podctl/visitors/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/podctl/visitors/__init__.py b/podctl/visitors/__init__.py index 3642b86..f4af351 100644 --- a/podctl/visitors/__init__.py +++ b/podctl/visitors/__init__.py @@ -4,6 +4,5 @@ from .config import Config # noqa from .copy import Copy # noqa from .packages import Packages # noqa from .pip import Pip # noqa -from .push import Push # noqa from .run import Run # noqa from .user import User # noqa