Skip to content

Commit

Permalink
Remove HTML_CHECK_LINES from checkers export.
Browse files Browse the repository at this point in the history
As suggested by @nsoranzo and @dannon, we will restore if and only if someone finds a datatype that uses it.
  • Loading branch information
jmchilton committed May 25, 2016
1 parent 66947c2 commit 71f9d96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/datatypes/checkers.py
Expand Up @@ -9,7 +9,6 @@
check_html,
check_image,
check_zip,
HTML_CHECK_LINES,
is_gzip,
is_bz2,
)
Expand All @@ -21,7 +20,6 @@
'check_html',
'check_image',
'check_zip',
'HTML_CHECK_LINES',
'is_gzip',
'is_bz2',
]
1 change: 0 additions & 1 deletion lib/galaxy/util/checkers.py
Expand Up @@ -149,7 +149,6 @@ def is_gzip( file_path ):
'check_html',
'check_image',
'check_zip',
'HTML_CHECK_LINES',
'is_gzip',
'is_bz2',
]

0 comments on commit 71f9d96

Please sign in to comment.