Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mic12130 committed Jan 27, 2024
1 parent 401ff63 commit 9d09c00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pymobiledevice3/cli/cli_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
import logging
import os
import sys
if sys.platform != 'win32':
import signal
import uuid
from typing import Callable, List, Mapping, Optional, Tuple

if sys.platform != 'win32':
import signal

import click
import coloredlogs
import hexdump
Expand Down

0 comments on commit 9d09c00

Please sign in to comment.