mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

adodbapi: Merge single-line implicitly concatenated strings #2242

Closed Avasam closed 1 month ago

Avasam commented 2 months ago

The adodbapi part of #2225. Extracted from #2094. Found and autofixed by running ruff check adodbapi --select=ISC001 --fix

CC @vernondcole for review