From 2455618268b119458f10c41a0e466ad7584d7e2d Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 16 Oct 2018 14:59:12 -0400 Subject: [PATCH] Remove unused imports --- templates/workspaces/projects/edit.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/workspaces/projects/edit.html b/templates/workspaces/projects/edit.html index 0c42c537..bff46ae6 100644 --- a/templates/workspaces/projects/edit.html +++ b/templates/workspaces/projects/edit.html @@ -1,8 +1,5 @@ {% extends "workspaces/base.html" %} -{% from "components/alert.html" import Alert %} -{% from "components/icon.html" import Icon %} -{% from "components/modal.html" import Modal %} {% from "components/text_input.html" import TextInput %} {% block workspace_content %}