File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828if test_dir_path not in sys .path :
2929 sys .path .append (test_dir_path )
3030
31- from gen .buf .validate .conformance .cases import (
31+ from gen .buf .validate .conformance .cases import ( # noqa: E402
3232 bool_pb2 , # noqa: F401
3333 bytes_pb2 , # noqa: F401
3434 enums_pb2 , # noqa: F401
5959 wkt_timestamp_pb2 , # noqa: F401
6060 wkt_wrappers_pb2 , # noqa: F401
6161)
62- from gen .buf .validate .conformance .cases .custom_rules import custom_rules_pb2 # noqa: F401
63- from gen .buf .validate .conformance .harness import harness_pb2
62+ from gen .buf .validate .conformance .cases .custom_rules import custom_rules_pb2 # noqa: F401, E402
63+ from gen .buf .validate .conformance .harness import harness_pb2 # noqa: E402
6464
6565
6666def run_test_case (tc : typing .Any , result : typing .Optional [harness_pb2 .TestResult ] = None ) -> harness_pb2 .TestResult :
You can’t perform that action at this time.
0 commit comments