Skip to content

Commit

Permalink
unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah-Albanna committed Nov 25, 2024
1 parent fe2f738 commit 570fe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/services/installation_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import BytesIO
from pathlib import Path
from tempfile import TemporaryDirectory
from typing import Callable, Optional, Union
from typing import Callable, Optional
from zipfile import ZIP_DEFLATED, BadZipFile, ZipFile

from parameter_decorators import str_to_path
Expand Down

0 comments on commit 570fe12

Please sign in to comment.