Skip to content

Commit

Permalink
Merge pull request #43 from mraniki/dev
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
mraniki authored Apr 26, 2023
2 parents fd29478 + cf07934 commit bf749f9
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 bf749f9

Please sign in to comment.