Removed unused imports

This commit is contained in:
Sybren A. Stüvel 2018-03-15 14:30:46 +01:00
parent 6b51183095
commit 59189aab5f

View File

@ -1,12 +1,8 @@
import collections
import logging import logging
import pathlib import pathlib
import sys
import tempfile import tempfile
import typing
from blender_asset_tracer import blendfile, pack, bpathlib from blender_asset_tracer import blendfile, pack, bpathlib
from blender_asset_tracer.blendfile import dna
from abstract_test import AbstractBlendFileTest from abstract_test import AbstractBlendFileTest