Skip to content

Commit

Permalink
Merge pull request #13 from Othoz/fixing-parameter-url
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
birnbaum committed Jul 31, 2019
2 parents ecef345 + f156696 commit f228310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs_gcsfs/tests/test_gcsfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ def test_instantiation_with_create_false_fails_for_non_existing_root_path():
def test_open_fs_url_strict_parameter_works(query_param, strict):
fs = open_fs("gs://{}?{}".format(TEST_BUCKET, query_param))
assert fs.strict == strict

0 comments on commit f228310

Please sign in to comment.