diff --git a/apps/cli/executables/delivery/delivery/deliverer.py b/apps/cli/executables/delivery/delivery/deliverer.py
index 73cb3af363f4279dc6251b08f3a90507c0d34785..06ee1101780e017b348824a25340ecb3bc40f321 100644
--- a/apps/cli/executables/delivery/delivery/deliverer.py
+++ b/apps/cli/executables/delivery/delivery/deliverer.py
@@ -5,7 +5,7 @@
 # -------------------------------------------------------------------------
 import pathlib
 
-from .destinations.interfaces import *
+from .destinations.interfaces import DestinationDecorator, DeliveryContextIF, Destination
 from .destinations.tar import TarArchiver
 from .destinations.local import LocalDestination
 from .destinations.checksum import ChecksumDecorator