Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hunter T Jozwiak
whats-open
Commits
1adad031
Verified
Commit
1adad031
authored
Jul 08, 2017
by
David Haynes
🙆
Browse files
Clean up unused import
- thanks vscode
parent
3f831707
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats-open/api/serializers.py
View file @
1adad031
...
...
@@ -15,8 +15,7 @@ from .models import Category, Facility, Schedule, OpenTime, Location, Alert
# Other Imports
from
rest_framework
import
serializers
from
taggit_serializer.serializers
import
(
TagListSerializerField
,
TaggitSerializer
)
from
taggit_serializer.serializers
import
TagListSerializerField
class
AlertSerializer
(
serializers
.
ModelSerializer
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment