Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jan 27, 2025
1 parent 30d06e4 commit 72d25d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/copier_templates_extensions/extensions/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
from __future__ import annotations

import warnings
from typing import TYPE_CHECKING
from typing import TYPE_CHECKING, Any, Callable

from jinja2.ext import Extension

if TYPE_CHECKING:
from collections.abc import MutableMapping

from jinja2 import Environment
from typing import Any, Callable, MutableMapping


_sentinel = object()

Expand Down

0 comments on commit 72d25d8

Please sign in to comment.