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 wqx6 committed Jan 12, 2024
1 parent 376be02 commit 07005aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import threading
import time
from dataclasses import dataclass
from ecdsa import NIST256p
from typing import Any

import chip.CertificateAuthority
Expand All @@ -44,6 +43,7 @@
from chip.crypto import p256keypair
from chip.utils import CommissioningBuildingBlocks
from cirque_restart_remote_device import restartRemoteDevice
from ecdsa import NIST256p

logger = logging.getLogger('PythonMatterControllerTEST')
logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 07005aa

Please sign in to comment.