From bf1d15e96f30ff92b76127d8885c9cf8b7280213 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Tue, 29 Sep 2020 12:02:56 -0700 Subject: [PATCH] Black --- mypy.ini | 2 +- src/cmds/plots.py | 4 +--- tests/rpc/test_farmer_harvester_rpc.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mypy.ini b/mypy.ini index cbfbfc82fd908..8a8fdcb554a2d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,5 @@ [mypy] ignore_missing_imports = True -[mypy-lib] +[mypy - lib] ignore_errors = True diff --git a/src/cmds/plots.py b/src/cmds/plots.py index e435879eb9ceb..07becd64c6fa8 100644 --- a/src/cmds/plots.py +++ b/src/cmds/plots.py @@ -46,9 +46,7 @@ def make_parser(parser): parser.add_argument( "-u", "--buckets", help="Number of buckets", type=int, default=0 ) - parser.add_argument( - "-s", "--stripe_size", help="Stripe size", type=int, default=0 - ) + parser.add_argument("-s", "--stripe_size", help="Stripe size", type=int, default=0) parser.add_argument( "-f", "--farmer_public_key", diff --git a/tests/rpc/test_farmer_harvester_rpc.py b/tests/rpc/test_farmer_harvester_rpc.py index 580266dd94030..4ce1956754d60 100644 --- a/tests/rpc/test_farmer_harvester_rpc.py +++ b/tests/rpc/test_farmer_harvester_rpc.py @@ -108,7 +108,7 @@ class TestRpc: 128, 0, 0, - 0 + 0, ) res_2 = await client_2.get_plots()