senzing-garage/g2command

Change constants to enums

Closed this issue · 3 comments

Change constants to enums

According to PEP-8 (https://www.python.org/dev/peps/pep-0008/#constants)

Constants are usually defined on a module level and written in all capital letters with underscores separating words. Examples include MAX_OVERFLOW and TOTAL.

There are no constants defined in G2Command.py.

Please clarify the request.

Is this referring to the style of Senzing imports? If so the issue is #32