Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FScaccheri committed Sep 26, 2019
1 parent ad096f7 commit ba3458e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pydatajson/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,4 @@ def is_working_url(url):
response = requests.head(url, timeout=1)
return response.status_code in VALID_STATUS_CODES, response.status_code
except (RequestException, Exception):
# TODO: Atrapar Exception. test_bad_summary le 'pega' a una lista y requests se vuelve loco
return False, None
1 change: 0 additions & 1 deletion tests/test_catalog_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def setUp(cls):
def tearDown(cls):
cls.requests_mock.stop()


@my_vcr.use_cassette()
def test_generate_readme(self):
with io.open(os.path.join(self.RESULTS_DIR, "catalog_readme.md"), 'r',
Expand Down

0 comments on commit ba3458e

Please sign in to comment.