Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fixed lint as per flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
avats-dev committed Sep 1, 2020
1 parent da54252 commit dcf50f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion link_checker/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def test_get_github_legalcode():
assert len(all_links) > 0



license_url_data = [
# 2 part URL
(
Expand Down Expand Up @@ -89,12 +88,14 @@ def test_get_github_legalcode():
),
]


def id_generator(data):
id_list = []
for license in data:
id_list.append(license[0])
return id_list


@pytest.mark.parametrize(
"filename, result, deed_result, rdf_result",
license_url_data,
Expand Down

0 comments on commit dcf50f1

Please sign in to comment.