Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Mar 18, 2022
1 parent 6587c8f commit 843cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/core/test_type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def test_nested_annotated():
"""
Test to show that nested Annotated types are flattened.
"""
pt = Annotated[Annotated[int, 'inner-annotation'], 'outer-annotation']
pt = Annotated[Annotated[int, "inner-annotation"], "outer-annotation"]
lt = TypeEngine.to_literal_type(pt)
assert lt.simple == model_types.SimpleType.INTEGER

Expand Down

0 comments on commit 843cda9

Please sign in to comment.