saigopal commented on pull request #13083:
URL: https://github.com/apache/airflow/pull/13083#issuecomment-745403216


   I too got the "no keyword arguments" earlier. But then i tried like below 
and it worked. 
   
   >>> import hashlib
   >>> h = hashlib.md5(usedforsecurity=False)
   >>> h.update(b'test')
   >>> h.hexdigest()
   '098f6bcd4621d373cade4e832627b4f6'
   >>>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to