Skip to content

Commit cd35e3f

Browse files
committed
Why FLAKE8 on Travis complain about things that it does not complain on my machine? I already have the latest flake8...
1 parent 87439d5 commit cd35e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_db/metadata_template/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.0.1-dev"
10-
119
from .sample_template import SampleTemplate
1210
from .prep_template import PrepTemplate
1311
from .util import load_template_to_dataframe
1412
from .constants import TARGET_GENE_DATA_TYPES
1513

14+
__version__ = "0.0.1-dev"
15+
1616
__all__ = ['SampleTemplate', 'PrepTemplate', 'load_template_to_dataframe',
1717
'TARGET_GENE_DATA_TYPES']

0 commit comments

Comments
 (0)