adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

fix newlines near import comment and version string #162

Closed FoamyGuy closed 2 years ago

FoamyGuy commented 2 years ago

resolves #161

Add some newlines between the imports comment and the version string variable.

Tested successfully, with this version that portion of the generated file looks like this:


# imports

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/foamyguy/CircuitPython_test_newlines_again.git"
FoamyGuy commented 2 years ago

@Neradoc if you have a chance give this one a try to ensure it's resolving the issue.