open-policy-agent / contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Use of `print` rather than `print()` according to PEP 3105.

anadon opened this issue · comments

One of the changes from Python 2 to Python 3 was PEP 3105, which changes the convention of print to be a called function, which requires the use of parenthesis. These have not yet been changed across the whole codebase.