make flake 8 happy
This commit is contained in:
@@ -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,
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user