update py file for black

This commit is contained in:
Matthew Sevey 2022-02-03 12:02:30 -05:00
parent fc1000a84e
commit 5380585250
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if len(sys.argv) > 2:
CONTAINER_NAME = sys.argv[2]
# sc_precision is the number of hastings per siacoin
sc_precision = 10 ** 24
sc_precision = 10**24
# Environment variable globals
setup_done = False