Skip to content

Commit

Permalink
remove unused imports and codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Aug 5, 2018
1 parent ca4e050 commit 88150e8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 537 deletions.
2 changes: 0 additions & 2 deletions gff3tool/bin/gff3_QC.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ def script_main():
report_fh = open('report.txt', 'wb')


ERROR_INFO = ERROR.INFO

report_fh.write('Line_num\tError_code\tError_tag\n')
for e in sorted(error_set):
tag = '[{0:s}]'.format(e['eTag'])
Expand Down
Loading

0 comments on commit 88150e8

Please sign in to comment.