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 cecille committed Apr 3, 2024
1 parent f6b7418 commit 186efb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python_testing/test_plan_table_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
import click
import importlib
import os

from pathlib import Path
from matter_testing_support import generate_mobly_test_config, MatterTestConfig

import click
from matter_testing_support import MatterTestConfig, generate_mobly_test_config


def indent_multiline(multiline: str, num_spaces: int) -> str:
Expand Down

0 comments on commit 186efb2

Please sign in to comment.