From 57fddb56d4b5bfea807da817e011e9ac1748568b Mon Sep 17 00:00:00 2001 From: ael-code Date: Sat, 19 Nov 2016 16:42:02 +0100 Subject: [PATCH] fix pep8 errors --- plugins/link.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/link.py b/plugins/link.py index ff8685e..d839aad 100644 --- a/plugins/link.py +++ b/plugins/link.py @@ -1,4 +1,7 @@ -import os, shutil, dotbot +import os +import shutil +import dotbot + class Link(dotbot.Plugin): '''