Browse Source

[pylint] Remove unused imports

pull/184/head
Oliverpool 9 years ago
parent
commit
666f4d38f4
  1. 4
      test/test_content/test_content.py
  2. 4
      test/test_song/test_parser.py

4
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

4
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

Loading…
Cancel
Save