correct imports in backups models

This commit is contained in:
Andreas Zweili 2020-01-11 17:12:03 +01:00
parent a716438af3
commit 9b9edb9319
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
from django.db import models
from core.models import Category, Weekday
from inventory.models import Computer, Software
from .computer import Computer
from .notification import Notification
from .software import Software
class BackupMethod(Category):