Skip to content

Commit ebaf11a

Browse files
authored
Merge pull request #37 from googleapis/fix-lint
Fix lint
2 parents d6e922b + 0fd1ee5 commit ebaf11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylint.config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
'redefined-variable-type',
2727
'similarities',
2828
'no-else-return',
29+
'useless-object-inheritance',
30+
"wrong-import-order", # checked with flake8
2931
],
3032
},
3133
}

0 commit comments

Comments
 (0)