Comment by drothlis
3 years ago
Thanks! Coincidentally one of the first articles I wrote for my blog was about compile-time checking of table/column names: https://david.rothlis.net/d/templates/
(Just something I was messing around with, not anything I ever used in production.)
Spotted this in the code:
You can use the textwrap module from the Python standard library for this:
Ha! I use `textwrap.dedent` all the time but didn't make the leap of logic to check for the existence of `indent`. :-)
I suspect this was a leftover from Python 2.7 days.