Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Dec 28, 2019
1 parent 7fc6aa6 commit cad2be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def get_class_variables(cls: type) -> OrderedDict:

def get_literals(literal: Literal, variable: str) -> Tuple[Callable[[str], Any], List[str]]:
"""Extracts the values from a Literal type and ensures that the values are all primitive types."""
# import ipdb; ipdb.set_trace()
literals = list(get_args(literal))

if not all(isinstance(literal, PRIMITIVES) for literal in literals):
Expand Down

0 comments on commit cad2be4

Please sign in to comment.