Skip to content

Commit f916cfe

Browse files
committed
black
1 parent 3afc274 commit f916cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_test_bit_reproducibility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create_mock_output(self, output="output000", modify=False):
116116
var = rootgrp[variable]
117117
if "checksum" in var.ncattrs():
118118
# add 1 to the checksum and return as uppercase
119-
var_p1 = format(int(var.checksum, 16)-1, 'X')
119+
var_p1 = format(int(var.checksum, 16) - 1, "X")
120120
var.setncattr("checksum", var_p1)
121121
break
122122
rootgrp.close()

0 commit comments

Comments
 (0)