Removes useless import

This commit is contained in:
Nikita Sobolev
2021-05-17 22:06:32 +03:00
committed by GitHub
parent 45f6dc0362
commit c0203c9a60

View File

@@ -19,7 +19,6 @@
- path: myapp/models.py
content: |
from django.db import models
from django import forms
class Article(models.Model):
pass