PatrickM

Results 1 comments of PatrickM

Props to the opener of the issue on passlib: https://foss.heptapod.net/python-libs/passlib/-/issues/190 Edited to add: silencing the warning via logging config worked fine for me, hat-tip to @alex ``` logging.getLogger('passlib').setLevel(logging.ERROR) ```