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,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