Skip to content

Commit

Permalink
tiny flake8 style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Feb 20, 2019
1 parent 17dcea9 commit 5848a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rankratioviz/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_basic():
sloc = os.path.join(eg_dir, "qiita_10422_metadata_encode.tsv")
floc = os.path.join(eg_dir, "taxonomy.tsv")
out_dir = os.path.join("rankratioviz", "tests", "output",
"standalone_test_basic")
"standalone_test_basic")
# Derived from http://click.palletsprojects.com/en/7.x/testing/
runner = CliRunner()
result = runner.invoke(rrvp.plot, [
Expand Down

0 comments on commit 5848a45

Please sign in to comment.