Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 19, 2021
1 parent 46975b2 commit 900d444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/core/type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ def get_transformer(cls, python_type: Type) -> TypeTransformer[T]:
):
return cls._REGISTRY[base_type]
except TypeError:
breakpoint()
# As of python 3.9, calls to isinstance raise a TypeError if the base type is not a valid type, which
# is the case for one of the restricted types, namely NamedTuple.
logger.debug(f"Invalid base type {base_type} in call to isinstance", exc_info=True)
Expand Down

0 comments on commit 900d444

Please sign in to comment.