Skip to content

Commit

Permalink
Merge pull request #148 from pieces-app/fix-typing-extensions
Browse files Browse the repository at this point in the history
fix export command typing extensions import
  • Loading branch information
bishoy-at-pieces authored Jul 29, 2024
2 parents 7a8b581 + e9a33e2 commit ff429bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/export_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import mdpopups
import os
import re
from typing_extensions import Self
from .._pieces_lib.typing_extensions import Self
from .list_assets import PiecesAssetIdInputHandler,A_TAG_STYLE
from .assets_snapshot import AssetSnapshot
from .ext_map import file_map
Expand Down

0 comments on commit ff429bd

Please sign in to comment.