Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Aug 30, 2017
1 parent ac61072 commit 92e2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import binascii
import gzip
import h5py
import logging
import os
import shutil
Expand All @@ -13,6 +12,7 @@
import tempfile
import zipfile
from json import dumps
import h5py

import pysam
from bx.seq.twobit import TWOBIT_MAGIC_NUMBER, TWOBIT_MAGIC_NUMBER_SWAP, TWOBIT_MAGIC_SIZE
Expand Down

0 comments on commit 92e2515

Please sign in to comment.