From 0819aaebd6ad20755825a7fac07414cf0723037e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Jun 2020 11:55:52 -0700 Subject: [PATCH] Fix linting errors that accidentally made it through CI. --- antsibull/augment_docs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/antsibull/augment_docs.py b/antsibull/augment_docs.py index cfde3d08..db052a51 100644 --- a/antsibull/augment_docs.py +++ b/antsibull/augment_docs.py @@ -4,9 +4,6 @@ """Augment data from plugin documenation with additional values.""" import typing as t -from collections.abc import Mapping - -from .utils.collections import is_sequence def add_full_key(options_data: t.Mapping[str, t.Any], suboption_entry: str,