Flake8 cleanup

This commit is contained in:
Darren Eberly
2022-08-11 01:15:43 -04:00
parent e0e25f0eef
commit b023baa6d8
7 changed files with 3 additions and 593 deletions

View File

@@ -1,7 +1,5 @@
"""Object parsing for the JSON Map Format.
"""
import json
import xml.etree.ElementTree as etree
from pathlib import Path
from typing import Any, Callable, Dict, List, Optional