Skip to content

Commit

Permalink
added NullDROP
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Mar 11, 2023
1 parent 24d9f78 commit 56b45ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"EnvironmentVarDROP",
"S3DROP",
"DataDROP",
"NullDROP",
]

from dlg.data.drops.directorycontainer import DirectoryContainer
Expand All @@ -50,3 +51,4 @@
from dlg.data.drops.environmentvar_drop import EnvironmentVarDROP
from dlg.data.drops.s3_drop import S3DROP
from dlg.data.drops.data_base import DataDROP
from dlg.data.drops.data_base import NullDROP

0 comments on commit 56b45ae

Please sign in to comment.