moj-analytical-services / pydbtools

Python version of dbtools
https://moj-analytical-services.github.io/pydbtools/
10 stars 2 forks source link

Ran Black on all .py files #18

Closed MrAlecJohnson closed 4 years ago

MrAlecJohnson commented 4 years ago

Part of https://dsdmoj.atlassian.net/browse/PDE-53.

All changes are automated style fixes from running Black.

Changes are largely about switching single quotes to doubles, and the occasional adding of a blank line or splitting of a list over multiple lines.