Remove wrong script

This commit is contained in:
jpic 2020-01-26 12:58:48 +01:00
parent 5b32e2a91b
commit 9f48652a63

View File

@ -4,6 +4,5 @@ from .config import Config # noqa
from .copy import Copy # noqa from .copy import Copy # noqa
from .packages import Packages # noqa from .packages import Packages # noqa
from .pip import Pip # noqa from .pip import Pip # noqa
from .push import Push # noqa
from .run import Run # noqa from .run import Run # noqa
from .user import User # noqa from .user import User # noqa