JordanMilne / Advocate

An SSRF-preventing wrapper around Python's requests library. Advocate is no longer maintained, please fork and rename if you would like to continue work on it.
Other
92 stars 17 forks source link

ref: replace py2 style super calls #23

Closed sbdchd closed 2 years ago

sbdchd commented 2 years ago

Replace python 2 style super calls aka calls the specify the parent class with the short hand.