From cbb74e0b5971fe4453477094558cdb125bee4524 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 03:17:30 +0100 Subject: Code formatting: import sort --- butler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'butler.py') diff --git a/butler.py b/butler.py index 9bf73e8..72ccd33 100644 --- a/butler.py +++ b/butler.py @@ -1,9 +1,8 @@ import sys from ausbutler.config import load_config -from ausbutler.interface import Interface from ausbutler.goniec import Goniec - +from ausbutler.interface import Interface args = sys.argv[1:] if len(args) == 0: -- cgit v1.2.3