Skip to content

Commit

Permalink
Merge 4956668 into f0d460b
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Jan 3, 2021
2 parents f0d460b + 4956668 commit a38ca20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queenbee/io/outputs/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

from pydantic import constr, Field, validator

from ..common import ItemType, FromOutput, find_dup_items, IOAliasHandler
from ..common import ItemType, GenericOutput, find_dup_items, IOAliasHandler
from ..reference import FileReference, FolderReference, TaskReference


class DAGGenericOutputAlias(FromOutput):
class DAGGenericOutputAlias(GenericOutput):
"""DAG generic alias output.
In most cases, you should not be using the generic output unless you need a dynamic
Expand Down

0 comments on commit a38ca20

Please sign in to comment.