remove unnecessary import from apps/mobile/views.py

This commit is contained in:
Jonathan Math 2020-06-17 03:20:13 -04:00
parent 79b5802b9a
commit c58ccdff07

View file

@ -1,6 +1,5 @@
import os
import base64
from vendor import yaml
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render