Remove unused import

This commit is contained in:
Matthias 2020-08-21 14:55:47 +02:00
parent 301f74fd1b
commit 3d93236709

View File

@ -12,7 +12,6 @@ import warnings
from collections import OrderedDict from collections import OrderedDict
from math import ceil from math import ceil
from operator import itemgetter from operator import itemgetter
from os import path
from pathlib import Path from pathlib import Path
from pprint import pformat from pprint import pformat
from typing import Any, Dict, List, Optional from typing import Any, Dict, List, Optional