Skip to content

Commit

Permalink
Try To Pass Linting (Again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Spelchak committed Mar 7, 2018
1 parent 6c9073e commit 292516e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/galaxy/jobs/dynamic_tool_destination.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from __future__ import print_function
from functools import reduce
from yaml import load
from xml.etree import ElementTree as ET

import argparse
import collections
Expand All @@ -11,8 +8,13 @@
import os
import re
import sys

import numpy as np

from functools import reduce
from yaml import load
from xml.etree import ElementTree as ET

__version__ = '1.1.0'

# log to galaxy's logger
Expand Down

0 comments on commit 292516e

Please sign in to comment.