Skip to content

Commit

Permalink
Fix PEP8 failure (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Oct 18, 2018
1 parent 171efed commit c922520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions q2_ili/_semantics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
import qiime2.plugin.model as model
from qiime2.plugin import SemanticType


class STLFile(model.TextFileFormat):
def sniff(self):
# we don't really parse this file
return True


STLDirFmt = model.SingleFileDirectoryFormat('STLFile', 'model.stl', STLFile)
Model = SemanticType('Model')

0 comments on commit c922520

Please sign in to comment.