diff --git a/patacrep/content/include.py b/patacrep/content/include.py index 41d4b0ee..5dca3940 100644 --- a/patacrep/content/include.py +++ b/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__)