Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 26, 2023
1 parent fd29478 commit cf07934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def search(self,message_to_parse: str = None,):
self.logger.debug(f"error search {e}")
return False

def identify_order(self,mystring: str = None,)
def identify_order(self,mystring: str = None,):
# Define the grammar for parsing orders
action = oneOf("BUY SELL LONG SHORT")
currency_pair = Word(alphas, exact=6)
Expand Down

0 comments on commit cf07934

Please sign in to comment.