Skip to content

Commit

Permalink
✏️ missing from __future__ import annotations
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 8, 2024
1 parent fb19e5a commit 508291a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ozi/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""Rendering utilities for the OZI project templates.
"""
from __future__ import annotations

from pathlib import Path
from typing import TYPE_CHECKING
from warnings import warn
Expand Down

0 comments on commit 508291a

Please sign in to comment.