From 02c10e0c7892bb23b8084399f7c380ea5ea3fae1 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 13 Apr 2022 02:02:20 +0100 Subject: [PATCH] Remove unused files --- borgweb/borg/models/repo.py | 2 -- borgweb/borg/templates/borg/index.html | 1 - 2 files changed, 3 deletions(-) diff --git a/borgweb/borg/models/repo.py b/borgweb/borg/models/repo.py index 5d7d59c..c23489d 100644 --- a/borgweb/borg/models/repo.py +++ b/borgweb/borg/models/repo.py @@ -1,6 +1,4 @@ from django.db import models -from django.db.models import DateTimeField -from django.db.models.functions import Trunc from datetime import datetime, timedelta from ..utility.time import seconds_to_string, subtract_months from ..utility.data import bytes_to_string, convert_bytes diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index c387ff7..f706a21 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -6,7 +6,6 @@ {% block script %} - {% include "borg/repo-template.html" %} {% endblock %}