summaryrefslogtreecommitdiff
path: root/ausbutler/goniec.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
committeremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
commitcbb74e0b5971fe4453477094558cdb125bee4524 (patch)
tree6f0bc73a98f9740822a21a45ceafefabfa2d6e8c /ausbutler/goniec.py
parentb0b0e9f8e5e14b1fc67fbd5db37dc37abe76e0f1 (diff)
Code formatting: import sort
Diffstat (limited to 'ausbutler/goniec.py')
-rw-r--r--ausbutler/goniec.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ausbutler/goniec.py b/ausbutler/goniec.py
index ed2dd3f..1261819 100644
--- a/ausbutler/goniec.py
+++ b/ausbutler/goniec.py
@@ -1,6 +1,8 @@
-from .tour_config import Constants
import socket
+from .tour_config import Constants
+
+
class Goniec(object):
def __init__(self, config):
self.config = config