Skip to content

Commit 2c10e5b

Browse files
WayonbAnthonyLaw
andauthored
[tools/shoestring]: fix pylint error plus add missing test file
problem: pylint error due to too many lines missing rest-light.json file in sai package solution: disable pylint error for too many lines add missing file to the sai package. --------- Co-authored-by: AnthonyLaw <[email protected]>
1 parent 7976eb0 commit 2c10e5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/shoestring/tests/internal/test_Preparer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
class PreparerTest(unittest.TestCase):
31-
# pylint: disable=too-many-public-methods
31+
# pylint: disable=too-many-public-methods,too-many-lines
3232

3333
# region utils
3434

-1.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)