From 666f4d38f4944d085199bf66440c1c3c60db2a39 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 18 Dec 2015 16:26:19 +0100 Subject: [PATCH] [pylint] Remove unused imports --- test/test_content/test_content.py | 4 +--- test/test_song/test_parser.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/test/test_content/test_content.py b/test/test_content/test_content.py index 4d824346..83e78797 100644 --- a/test/test_content/test_content.py +++ b/test/test_content/test_content.py @@ -7,10 +7,8 @@ import os import unittest import json -import yaml - from patacrep.songs import DataSubpath -from patacrep import content, encoding, files, pkg_datapath +from patacrep import content, files from patacrep.content import song, section, songsection, tex from patacrep.build import config_model diff --git a/test/test_song/test_parser.py b/test/test_song/test_parser.py index 0e7f4dcd..1cdfae5b 100644 --- a/test/test_song/test_parser.py +++ b/test/test_song/test_parser.py @@ -8,9 +8,7 @@ import os import unittest from pkg_resources import resource_filename -import yaml - -from patacrep import files, pkg_datapath +from patacrep import files from patacrep.encoding import open_read from patacrep.build import config_model