Skip to content

Commit

Permalink
Merge pull request #1192 from doronz88/bugfix/profile-typings
Browse files Browse the repository at this point in the history
cli: profile: fix wrong import
  • Loading branch information
doronz88 authored Sep 10, 2024
2 parents 2f3b257 + 93c10af commit 753429e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymobiledevice3/cli/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import plistlib
import tempfile
from pathlib import Path
from typing import IO, List
from typing import IO, List, Optional

import click
from typing_extensions import Optional

from pymobiledevice3.ca import create_keybag_file
from pymobiledevice3.cli.cli_common import Command, print_json
Expand Down

0 comments on commit 753429e

Please sign in to comment.