Skip to content

Commit

Permalink
Removed fake method on DualProgramInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Sep 18, 2024
1 parent f875a44 commit 56e8055
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qcio/models/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ class DualProgramInput(ProgramArgsSub, ProgramInput):
```
"""

def fake(self):
return 123


Inputs = Union[FileInput, ProgramInput, DualProgramInput]
InputType = TypeVar("InputType", bound=Inputs)
Expand Down

0 comments on commit 56e8055

Please sign in to comment.