diff options
author | 2018-05-19 21:01:16 +0100 | |
---|---|---|
committer | 2018-05-19 21:01:16 +0100 | |
commit | b1fcb27b09322e429074a9ace49bdd19d011da60 (patch) | |
tree | eea3168e59c295eeff4ceb45a306facf9852e81b /pysite | |
parent | Form preamble, jam creation fixes (diff) |
Linting
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/views/staff/jams/forms/preamble_edit.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pysite/views/staff/jams/forms/preamble_edit.py b/pysite/views/staff/jams/forms/preamble_edit.py index c17692d3..412c8835 100644 --- a/pysite/views/staff/jams/forms/preamble_edit.py +++ b/pysite/views/staff/jams/forms/preamble_edit.py @@ -1,7 +1,5 @@ -import datetime - from flask import redirect, request, url_for -from werkzeug.exceptions import BadRequest, NotFound +from werkzeug.exceptions import NotFound from pysite.base_route import RouteView from pysite.constants import ALL_STAFF_ROLES |