Skip to content

Commit

Permalink
Restyled by isort
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and aBozowski committed Sep 20, 2023
1 parent 6e4fc80 commit 3451490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/tools/interop/idt/capture/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from capture import ecosystem, platform
from capture.pcap import PacketCaptureRunner

from .factory import (CaptureEcosystems, CapturePlatforms, EcosystemCapture,
PlatformLogStreamer)
from .factory import CaptureEcosystems, CapturePlatforms, EcosystemCapture, PlatformLogStreamer
from .shell_utils import BashRunner

__all__ = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

from capture.file_utils import (add_border, create_standard_log_name,
print_and_write)
from capture.file_utils import add_border, create_standard_log_name, print_and_write
from capture.platform.android import Android


Expand Down

0 comments on commit 3451490

Please sign in to comment.