mhammond / pywin32

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

Replace tabs with spaces in strings #2167

Closed Avasam closed 5 months ago

Avasam commented 5 months ago

Avoids mixing tabs and spaces in strings in python files. This wasn't formatted by black because it's in a string obviously.

Also closes #2161