Thomas Brox Røst

Results 2 comments of Thomas Brox Røst

@KyleKing I am able to reproduce this error using Python 3.9.9, flake8 4.0.1 and flake8-sql 0.4.1 when running `python -m flake8 flake8_sql_format_check.py` on this file: ```python table_name = "mytable" sql...

I had the same problem but changing from `hx-get=""` to `hx-get="/"` fixed it for me. Seems like an empty or implicit URL causes this.