Skip to content

Commit

Permalink
Merge pull request #78 from tekktrik/hot/type-alias-import
Browse files Browse the repository at this point in the history
Fix TypeAlias import for 3.8, 3.9
  • Loading branch information
tekktrik authored Oct 28, 2022
2 parents 7bbd4c1 + 01dc4ef commit 4e157c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circlink/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
import pathlib
import shutil
import time
from typing import Dict, List, Tuple, TypeAlias, Union
from typing import Dict, List, Tuple, Union

from typer import Exit
from typing_extensions import TypeAlias

from circlink import LINKS_DIRECTORY
from circlink.ledger import LedgerEntry, append_to_ledger, remove_from_ledger
Expand Down

0 comments on commit 4e157c3

Please sign in to comment.