Skip to content

Commit

Permalink
Fix: TypeGuard import for py 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Sep 25, 2023
1 parent ff265c6 commit 6556d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aac_metrics/utils/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

from pathlib import Path
from subprocess import CalledProcessError
from typing import Any, TypeGuard, Union
from typing import Any, Union
from typing_extensions import TypeGuard


pylog = logging.getLogger(__name__)
Expand Down

0 comments on commit 6556d4b

Please sign in to comment.