Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jul 20, 2024
1 parent 6bf8c61 commit 7091039
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/python_testing/TC_SC_7_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@
# Note that in the CI we are using the post-cert test as we can only start one app from the current script.
# This should still be fine as this test has unit tests for other conditions. See test_TC_SC_7_1.py
import logging
from glob import glob
from pathlib import Path
from typing import List, Optional

import chip.clusters as Clusters
from matter_testing_support import MatterBaseTest, SetupPayloadInfo, TestStep, async_test_body, default_matter_test_main
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts


Expand Down
1 change: 0 additions & 1 deletion src/python_testing/test_testing/test_TC_SC_7_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#

import sys
from dataclasses import dataclass
from random import randbytes

import chip.clusters as Clusters
Expand Down

0 comments on commit 7091039

Please sign in to comment.