fossasia / open-event-server

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
5 occurrences in this check
Unused render imported from django.shortcuts
1from django.shortcuts import render2
3# Create your views here.
Unused admin imported from django.contrib
1from django.contrib import admin2
3# Register your models here.
Unused render imported from django.shortcuts
1from django.shortcuts import render2
3# Create your views here.
Unused TestCase imported from django.test
1from django.test import TestCase2
3# Create your tests here.
Unused admin imported from django.contrib
1from django.contrib import admin2
3# Register your models here.