andialbrecht / sqlparse

A non-validating SQL parser module for Python
BSD 3-Clause "New" or "Revised" License
3.63k stars 685 forks source link

fix: Fixed E731 errors in tests #737

Closed ghost closed 9 months ago

ghost commented 9 months ago

Thanks for contributing!

Before submitting your pull request please have a look at the following checklist:

In addition, please take care to provide a proper description on what your change does, fixes or achieves when submitting the pull request.

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (3696d53) 96.96% compared to head (d4b5d1a) 96.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #737 +/- ## ======================================= Coverage 96.96% 96.96% ======================================= Files 20 20 Lines 1547 1547 ======================================= Hits 1500 1500 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.