rethinkdb / rethinkdb-python

Python driver for RethinkDB
https://rethinkdb.com/api/python/
Apache License 2.0
64 stars 34 forks source link

CI: Fix the failing end-of-line fixer #288

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Reason for the change If applicable, link the related issue/bug report or write down in a few sentences the motivation.

Automated tests are failing with a ❌ so let's get them ✅ again.

Description A clear and concise description of what you changed and why.

A simple fix to get the CI tests to be green again... The end-of-line fixer requires that each text file ends with one and only one blank line.

Code examples If applicable, add code examples to help explain your changes.

Checklist

References Anything else related to the change e.g. documentations, RFCs, etc.