make flake 8 happy

This commit is contained in:
Akash Mahanty
2022-02-08 17:03:04 +05:30
parent 865a176744
commit 2489e97868

View File

@@ -17,7 +17,6 @@ def test_oldest():
def test_near(): def test_near():
runner = CliRunner() runner = CliRunner()
url = "https://github.com"
result = runner.invoke( result = runner.invoke(
main, main,
[ [
@@ -44,7 +43,6 @@ def test_near():
def test_json(): def test_json():
runner = CliRunner() runner = CliRunner()
url = "https://github.com"
result = runner.invoke( result = runner.invoke(
main, main,
[ [