mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
linter: Add lint rule banning 'import os.path'
This commit is contained in:
committed by
Tim Abbott
parent
f965a156a9
commit
928dd06cc8
@@ -1,7 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import re
|
||||
import os.path
|
||||
import os
|
||||
import sourcemap
|
||||
from six.moves import map
|
||||
|
||||
|
||||
Reference in New Issue
Block a user