detect-secrets-server icon indicating copy to clipboard operation
detect-secrets-server copied to clipboard

Remove ImportError catching from `from contextlib import redirect_stdout`

Open KevinHock opened this issue 4 years ago • 1 comments

Now that we're python 3+, we can remove the following: https://github.com/Yelp/detect-secrets-server/blob/cf25d3e95a97daaf236799cb4e38940396834c2c/detect_secrets_server/adhoc/github/webhook.py#L10-L19

(Still reusing some code from this project :D)

KevinHock avatar Jan 29 '21 02:01 KevinHock

Hello Developer,

I am new to open source contribution. I would like this to be my first contribution towards this repository. I hope this issue is still open and do I have to take permission from moderators before contributing?

Thanks!

P0intMaN avatar Aug 11 '21 09:08 P0intMaN