Skip to content

Commit 2050c2a

Browse files
committed
Minor tidy.
1 parent e8275c5 commit 2050c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapserver/knowledge/hierarchy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def get_hierachy(self, flatmap: str) -> dict:
311311
hierarchy_file = os.path.join(settings['FLATMAP_ROOT'], flatmap, CACHED_MAP_HIERARCHY)
312312
try:
313313
with open(hierarchy_file) as fp:
314-
hierarchy= json.load(fp)
314+
hierarchy = json.load(fp)
315315
if hierarchy.get('graph', {}).get('version', '') >= TREE_VERSION:
316316
return hierarchy
317317
except Exception:

0 commit comments

Comments
 (0)