Skip to content

Commit

Permalink
Fix linting errors that accidentally made it through CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Jun 8, 2020
1 parent 0de7801 commit 0819aae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions antsibull/augment_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0819aae

Please sign in to comment.