8000 call super in setUp to make internal linter happy · shader/python-fire@ce030f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce030f6

Browse files
dbiebercopybara-github
authored andcommitted
call super in setUp to make internal linter happy
PiperOrigin-RevId: 259785116 Change-Id: I1adab292e7fca7b27222d0f4f59278f38d9c37bb
1 parent 970d292 commit ce030f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fire/helptext_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
class HelpTest(testutils.BaseTestCase):
3232

3333
def setUp(self):
34+
super(HelpTest, self).setUp()
3435
os.environ['ANSI_COLORS_DISABLED'] = '1'
3536

3637
def testHelpTextNoDefaults(self):

0 commit comments

Comments
 (0)
0