This commit is contained in:
Gene Hoffman 2020-09-29 12:02:56 -07:00 committed by Yostra
parent bb78ad7869
commit bf1d15e96f
3 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[mypy]
ignore_missing_imports = True
[mypy-lib]
[mypy - lib]
ignore_errors = True

View File

@ -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",

View File

@ -108,7 +108,7 @@ class TestRpc:
128,
0,
0,
0
0,
)
res_2 = await client_2.get_plots()