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 mbknust committed Jan 18, 2024
1 parent 2b2f82f commit 3099162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test_driver/efr32/py/pw_test_runner/pw_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@

import argparse
import logging
import os
import subprocess
import sys
import time
import os
from pathlib import Path
from typing import Any

import serial # type: ignore

from pw_hdlc import rpc
from pw_unit_test.rpc import run_tests

Expand Down

0 comments on commit 3099162

Please sign in to comment.