Skip to content
Snippets Groups Projects
Commit 30fc7cb9 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Remove the "from x import *" line that irritated Janet

parent 940723e8
No related branches found
No related tags found
1 merge request!180Delivery results propagation
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
import pathlib import pathlib
from .destinations.interfaces import * from .destinations.interfaces import DestinationDecorator, DeliveryContextIF, Destination
from .destinations.tar import TarArchiver from .destinations.tar import TarArchiver
from .destinations.local import LocalDestination from .destinations.local import LocalDestination
from .destinations.checksum import ChecksumDecorator from .destinations.checksum import ChecksumDecorator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment