cinek810 / snow-grafana-proxy

Connector for grafana simple-json data source and ServiceNow incidents retieved over ServiceNow API
MIT License
23 stars 5 forks source link

Make Python code PEP-8 compliant #15

Closed vasekch closed 5 years ago

vasekch commented 5 years ago

I just forked repo to contribute and I my editor shouts at me in rainbow colors as code does not much follow PEP8 standard: https://www.python.org/dev/peps/pep-0008/

I don't want to be too pedantic, but at least change indentation from tabs to 4 spaces.

There is a tool to check the code https://pep8.readthedocs.io/en/release-1.7.x/intro.html All popular editors have linting plugins - I use Atom, for example.

cinek810 commented 5 years ago

Thanks for fixing that! Merged in #18.