Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
demitryfly committed Jun 14, 2024
1 parent 489ac0b commit 168eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_ddl_parser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
_parentheses = ('(', ')')


def remove_par(p_list: List[Union[str, Any]]) -> List[str]:
def remove_par(p_list: List[Union[str, Any]]) -> List[Union[str, Any]]:
"""
Remove the parentheses from the given list
Expand Down

0 comments on commit 168eb00

Please sign in to comment.