Skip to content

Commit

Permalink
fix(output): remove redundant from field
Browse files Browse the repository at this point in the history
I realized that we should use the from_ field from the output itself for the handler.
  • Loading branch information
mostaphaRoudsari committed Jan 3, 2021
1 parent f0d460b commit 66fb0cb
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 66fb0cb

Please sign in to comment.