diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 19:20:44 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 19:20:44 -0700 |
commit | 5068f459468c8a3a7d335301491ed2552cae7a41 (patch) | |
tree | c4bde96ef3583423a2ab35adcb06195ecac02343 /tasks.py | |
parent | 9b9e2bcbc185b5b4557cf7fe5efe22626deee610 (diff) |
Blacken, 2.3 edition
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ from invocations import travis from invocations.checks import blacken from invocations.docs import docs, www, sites from invocations.packaging.release import ns as release_coll, publish -from invocations.testing import count_errors # TODO: this screams out for the invoke missing-feature of "I just wrap task X, |