Skip to content

Commit

Permalink
Make pylint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias L. Baumann <[email protected]>
  • Loading branch information
Marenz committed Apr 26, 2023
1 parent aaa9418 commit 68ff280
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,13 @@ async def apply(self) -> Sample:
"HigherOrderFormulaBuilder3Phase",
]

# pylint: disable=invalid-name
_CompositionType1Phase = Union[
"FormulaEngine",
"HigherOrderFormulaBuilder",
]

# pylint: disable=invalid-name
_CompositionType3Phase = Union[
"FormulaEngine3Phase",
"HigherOrderFormulaBuilder3Phase",
Expand Down

0 comments on commit 68ff280

Please sign in to comment.