Closed turbaszek closed 4 years ago
Hi @turbaszek . I would like to take up this issue if it's still open.
Great @midhun1998 ! I assigned you
Thank you @turbaszek . I did a bit of study and I would like to run my solution by you before I implement it. I think replacing yaml.load()
with yaml.safe_load()
should fix the warnings.
@midhun1998 sounds like a good solution to me 👍
Description: In multiple places we use
yaml.load()
which rises:We should fix this deprecation warning.