summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorDorian Pula <dorian.pula@amber-penguin-software.ca>2017-05-23 16:36:21 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 17:14:40 -0700
commitc1a0974d8886c6a2d46fb69a4a7df382875374c2 (patch)
tree9ee49c23a56b8bed833a081248146f07263a85fd /tasks.py
parentad4cddfb3b684b21ddcbf3ac8bc9a29fc0c9c81c (diff)
downloadparamiko-c1a0974d8886c6a2d46fb69a4a7df382875374c2.tar.gz
Fix flake8 for top-level modules.
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tasks.py b/tasks.py
index 41df8b27..42c18bd0 100644
--- a/tasks.py
+++ b/tasks.py
@@ -1,4 +1,3 @@
-from os import mkdir
from os.path import join
from shutil import rmtree, copytree
@@ -41,7 +40,9 @@ def release(ctx, sdist=True, wheel=True, sign=True, dry_run=False):
# Publish
publish(ctx, sdist=sdist, wheel=wheel, sign=sign, dry_run=dry_run)
# Remind
- print("\n\nDon't forget to update RTD's versions page for new minor releases!")
+ print("\n\nDon't forget to update RTD's versions page for new minor "
+ "releases!")
+
# TODO: "replace one task with another" needs a better public API, this is
# using unpublished internals & skips all the stuff add_task() does re: