Skip to content

Commit

Permalink
Delete unused import / organise imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Muscat committed Jul 6, 2015
1 parent 802633d commit ab64b8c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/eddn/core/DuplicateMessages.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# coding: utf8
import hashlib
import re
import simplejson
import zlib

from datetime import datetime, timedelta
from eddn.conf.Settings import Settings
from threading import Lock, Thread
from time import sleep
import hashlib
import zlib
import re

import simplejson
from eddn.conf.Settings import Settings, loadConfig


class DuplicateMessages(Thread):
Expand Down

0 comments on commit ab64b8c

Please sign in to comment.