Fixed flake8

This commit is contained in:
Kristofers Solo 2023-01-19 17:12:56 +02:00
parent 17e3e9bda9
commit 1560d9fc71
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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