Skip to content

Commit

Permalink
Adhere to Linting Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Spelchak committed Mar 7, 2018
1 parent 9808033 commit 6c9073e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/galaxy/jobs/dynamic_tool_destination.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
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 @@ -9,10 +12,6 @@
import re
import sys
import numpy as np
from functools import reduce
from xml.etree import ElementTree as ET

from yaml import load

__version__ = '1.1.0'

Expand Down Expand Up @@ -1788,6 +1787,7 @@ def get_typo_correction(typo_str, word_set, max_dist):

return suggestion


if __name__ == '__main__':
"""
This function is responsible for running the app if directly run through
Expand Down

0 comments on commit 6c9073e

Please sign in to comment.