david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
57 stars 37 forks source link

Avoid using Python 3.7 async reserved keyword #97

Closed Fodoj closed 1 year ago

Fodoj commented 4 years ago

Title says it all.. In Python 3.7 there is Syntax Error, due to async being a reserved keyword now.