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 Jan 10, 2024
1 parent 39ce09a commit 3422cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OPCREDS_3_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import logging
import random

from chip import ChipDeviceCtrl
import chip.clusters as Clusters
import chip.discovery as Discovery
from chip import ChipDeviceCtrl
from chip.exceptions import ChipStackError
from chip.interaction_model import InteractionModelError, Status
from chip.tlv import TLVReader, TLVWriter
Expand Down

0 comments on commit 3422cf3

Please sign in to comment.