mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
linter: Add lint rule banning 'import os.path'
This commit is contained in:
committed by
Tim Abbott
parent
f965a156a9
commit
928dd06cc8
@@ -1,5 +1,5 @@
|
||||
from __future__ import absolute_import
|
||||
import os.path
|
||||
import os
|
||||
|
||||
from typing import Dict, List, Optional, TypeVar, Any, Text
|
||||
from django.conf import settings
|
||||
|
||||
Reference in New Issue
Block a user