File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 ImportErr = None
3737 del ImportErr
3838 raise ImportError (str ("Test module failed completely." ))
39- from tests import context as context
39+ from tests import context as context # skipcq: PYL-C0414
4040 if context .__name__ is None :
4141 raise ImportError (str ("Test module failed to import even the context framework." ))
42- from tests import profiling as profiling
42+ from tests import profiling as profiling # skipcq: PYL-C0414
4343 if profiling .__name__ is None :
4444 raise ImportError (str ("Test module failed to import even the profiling framework." ))
4545 from tests import test_basic
Original file line number Diff line number Diff line change 3535
3636
3737try :
38- import pythonrepo as pythonrepo
38+ import pythonrepo as pythonrepo # skipcq: PYL-C0414
3939 if pythonrepo .__name__ is None :
4040 raise ImportError ("Failed to import pythonrepo." )
4141except Exception as badErr :
You can’t perform that action at this time.
0 commit comments