mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
reformat with black
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user