Skip to content

Commit

Permalink
Removed cruft identified by pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jan 14, 2015
1 parent 22f6fb5 commit c7f18fe
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -42,3 +42,4 @@ pip-log.txt
sphinx-contrib
compile_commands.json
.DS_Store
pylint_report.txt
2 changes: 0 additions & 2 deletions sandbox/sweep-files.py
Expand Up @@ -36,8 +36,6 @@
import time
import khmer
from khmer.khmer_args import (build_hashbits_args, report_on_config, info)
from khmer.kfile import (check_file_status, check_valid_file_exists,
check_space)

DEFAULT_OUT_PREF = 'reads'
DEFAULT_RANGE = -1
Expand Down
2 changes: 1 addition & 1 deletion scripts/abundance-dist.py
Expand Up @@ -19,7 +19,7 @@
import khmer
import argparse
import os
from khmer.kfile import check_file_status, check_space
from khmer.kfile import check_file_status
from khmer.khmer_args import info


Expand Down
1 change: 0 additions & 1 deletion tests/khmer_tst_utils.py
Expand Up @@ -11,7 +11,6 @@
from cStringIO import StringIO
import nose
import sys
import khmer.kfile
import traceback
import subprocess

Expand Down
1 change: 0 additions & 1 deletion tests/test_sandbox_scripts.py
Expand Up @@ -19,7 +19,6 @@

import khmer_tst_utils as utils
import khmer
import khmer.kfile
import screed


Expand Down

0 comments on commit c7f18fe

Please sign in to comment.