mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +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 django.conf.urls import url
|
||||
from django.conf import settings
|
||||
from django.views.generic import TemplateView
|
||||
import os.path
|
||||
import os
|
||||
from django.views.static import serve
|
||||
import zerver.views.registration
|
||||
import zerver.views.auth
|
||||
|
||||
Reference in New Issue
Block a user