reformat with black

This commit is contained in:
fscottfoti
2022-04-09 12:32:11 -07:00
parent 02c4dcc920
commit ed40933563
6 changed files with 252 additions and 220 deletions

View File

@@ -1,3 +1,3 @@
from collections import namedtuple
Entry = namedtuple('Entry',['z','x','y','offset','length','is_dir'])
Entry = namedtuple("Entry", ["z", "x", "y", "offset", "length", "is_dir"])