format and move comment block into fake docstring
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 8 Apr 2022 23:15:41 +0000 (16:15 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 8 Apr 2022 23:15:41 +0000 (16:15 -0700)
commit586644008acca13f27e08bcb67398273bf7e07f2
tree1c3268d09e596b6e150f7c0119b84b560a4075aa
parent2731b3eb6147a5c4a3253e073cde6cff19dafbc9
format and move comment block into fake docstring

otherwise autopep8 tries to move the comments to the top of the
file and smush the imports right against like()
src/nmutil/pipeline.py