changeset 23:7f0bec9df332 draft

Uploaded
author jpetteng
date Sun, 07 Jan 2018 15:11:10 -0500
parents 54ae509ceeef
children 53882f206880
files ecoli_serotyping/ectyper/ectyper.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:05:41 2018 -0500
+++ b/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:11:10 2018 -0500
@@ -7,12 +7,13 @@
 import sys
 import tempfile
 import datetime
-from urllib.request import urlretrieve
-
 from ectyper import (blastFunctions, commandLineOptions, definitions,
                      genomeFunctions, loggingFunctions, predictionFunctions,
                      speciesIdentification)
 
+from urllib.request import urlretrieve
+
+
 LOG_FILE = loggingFunctions.initialize_logging()
 LOG = logging.getLogger(__name__)