Skip to content

Commit

Permalink
fix pep8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leobiscassi committed Jun 3, 2016
1 parent c213175 commit e428a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/molecules.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ def set_peek(self, dataset, is_multi_byte=False):
dataset.peek = 'file does not exist'
dataset.blurb = 'file purged from disk'


class PDBQT(GenericMolFile):
"""
PDBQT Autodock and Autodock Vina format
Expand Down Expand Up @@ -544,6 +545,7 @@ def set_peek(self, dataset, is_multi_byte=False):
dataset.peek = 'file does not exist'
dataset.blurb = 'file purged from disk'


class grd(data.Text):
file_ext = "grd"

Expand Down

0 comments on commit e428a80

Please sign in to comment.