Browse Source

(pylint) unused import

pull/207/head
Oliverpool 8 years ago
parent
commit
c6d419f52e
  1. 2
      patacrep/content/include.py

2
patacrep/content/include.py

@ -10,7 +10,7 @@ import logging
import yaml
from patacrep.content import process_content, ContentError, ContentList, validate_parser_argument
from patacrep import encoding, errors, files
from patacrep import encoding, errors
LOGGER = logging.getLogger(__name__)

Loading…
Cancel
Save