mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-29 05:18:11 +03:00
Black
This commit is contained in:
parent
bb78ad7869
commit
bf1d15e96f
2
mypy.ini
2
mypy.ini
@ -1,5 +1,5 @@
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-lib]
|
||||
[mypy - lib]
|
||||
ignore_errors = True
|
||||
|
@ -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",
|
||||
|
@ -108,7 +108,7 @@ class TestRpc:
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
0,
|
||||
)
|
||||
|
||||
res_2 = await client_2.get_plots()
|
||||
|
Loading…
Reference in New Issue
Block a user