Skip to content

Commit

Permalink
Add missing __future__ import.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 17, 2024
1 parent e7060f0 commit 5371006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/antsibull_docs/process_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-FileCopyrightText: 2020, Ansible Project
"""Utilities for processing documentation."""

from __future__ import annotations

import asyncio
import typing as t
from collections import defaultdict
Expand Down

0 comments on commit 5371006

Please sign in to comment.