gchq / gafferpy

Python API for Gaffer
https://gchq.github.io/gafferpy/
Apache License 2.0
2 stars 2 forks source link

Fishbowl generated code is not compliant with PEP8 #49

Open GCHQDeveloper314 opened 4 months ago

GCHQDeveloper314 commented 4 months ago

The Python code generated by fishbowl is not PEP8 compliant and this causes a PEP8 change to be required every time the Gaffer version is upgraded.

This problem relates to Python imports and can be seen here.

GCHQDeveloper314 commented 5 days ago

This problem was caused by changes in #44 where a space was removed because it was potentially considered to be a typo.