Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Dec 1, 2021
1 parent 66ab5e7 commit ff3fc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/flytekit/unit/core/test_type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ def test_dict_to_literal_map_with_wrong_input_type():
with pytest.raises(user_exceptions.FlyteTypeException):
TypeEngine.dict_to_literal_map(ctx, input, guessed_python_types)


TestSchema = FlyteSchema[kwtypes(some_str=str)]


Expand Down

0 comments on commit ff3fc96

Please sign in to comment.