linter: Add lint rule banning 'import os.path'

This commit is contained in:
Juliana Bacelar
2017-09-22 13:30:18 -03:00
committed by Tim Abbott
parent f965a156a9
commit 928dd06cc8
10 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
from __future__ import absolute_import
import re
import os.path
import os
import sourcemap
from six.moves import map