Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
infuzu-yidisprei committed Dec 24, 2023
1 parent 59c386c commit 94ecb04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_oqs_implementation/oqs/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def separate_arguments(expression: str) -> list[str]:
return [token.strip() for token in tokens if token.strip()]

def parse_expression(self, tokens: list[str]) -> ASTNode:
print(tokens)
if len(tokens) == 0:
return NullNode()
elif len(tokens) == 1:
Expand Down

0 comments on commit 94ecb04

Please sign in to comment.