Skip to content

Commit

Permalink
revert change - function redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Aug 28, 2024
1 parent 844fa48 commit 236c6fb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def xmlToJson(self, xmlString):

return json_data

async def queue_send(self):
self.logger.info("In queue send")


async def queue_send(self):
self.logger.info("In queue send")
Expand Down

0 comments on commit 236c6fb

Please sign in to comment.