Removed unused imports

This commit is contained in:
Kristofers Solo 2023-01-17 16:13:32 +02:00
parent 5be2ff50a1
commit 4feb2383bd
7 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
from django.contrib import admin
# from django.contrib import admin
# Register your models here.

View File

@ -1,3 +1,3 @@
from django.db import models
# from django.db import models
# Create your models here.

View File

@ -1,3 +1,3 @@
from django.test import TestCase
# from django.test import TestCase
# Create your tests here.

View File

@ -1,4 +1,4 @@
from django.shortcuts import render, redirect
from django.shortcuts import render
def instructions(request):

View File

@ -1,3 +1,3 @@
from django.contrib import admin
# from django.contrib import admin
# Register your models here.

View File

@ -1,3 +1,3 @@
from django.db import models
# from django.db import models
# Create your models here.

View File

@ -1,3 +1,3 @@
from django.test import TestCase
# from django.test import TestCase
# Create your tests here.