Skip to content

Commit f82aa22

Browse files
committed
MAINT: Remove unused constants
1 parent d9c7e68 commit f82aa22

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

qiita_ware/wrapper.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@
1111
from moi.job import system_call, submit, ctxs, ctx_default
1212

1313

14-
__author__ = "Jose Antonio Navas Molina"
15-
__copyright__ = "Copyright 2011, The QIIME project"
16-
__credits__ = ["Jose Antonio Navas Molina"]
17-
__license__ = "BSD"
18-
__version__ = "1.8.0-dev"
19-
__maintainer__ = "Jose Navas Antonio Molina"
20-
# Taken from pull request #1616 in qiime, with permission from Jose
21-
# Permission was also given to release this code under the BSD licence
22-
23-
2414
def system_call_from_job(job_id, **kwargs):
2515
"""Executes a system call described by a Job
2616

0 commit comments

Comments
 (0)