removed unused import

This commit is contained in:
mike cullerton 2021-03-09 07:00:20 -05:00
parent 7749f3aeaf
commit 7171219e8b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import re
import markdown
from jinja2 import Template
from crc import app, session
from crc import app
from crc.api.common import ApiError
from crc.models.user import UserModel
from crc.scripts.script import Script