From 59189aab5fb27eb634e26e5da73df43716938cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 15 Mar 2018 14:30:46 +0100 Subject: [PATCH] Removed unused imports --- tests/test_pack.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_pack.py b/tests/test_pack.py index 5c4dbbd..7dabefe 100644 --- a/tests/test_pack.py +++ b/tests/test_pack.py @@ -1,12 +1,8 @@ -import collections import logging import pathlib -import sys import tempfile -import typing from blender_asset_tracer import blendfile, pack, bpathlib -from blender_asset_tracer.blendfile import dna from abstract_test import AbstractBlendFileTest