Skip to content

Commit

Permalink
use isort to format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
crydotsnake committed Apr 17, 2021
1 parent 5465379 commit 79438f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion djangocms_video/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from external resources through an embed link or upload single files as
sources to be displayed in an HTML5 player.
"""
from urllib.parse import parse_qsl, urlencode, urlparse, urlunparse

from django.conf import settings
from django.core.exceptions import ValidationError
from django.db import models
Expand All @@ -14,7 +16,6 @@
from djangocms_attributes_field.fields import AttributesField
from filer.fields.file import FilerFileField
from filer.fields.image import FilerImageField
from urllib.parse import parse_qsl, urlencode, urlparse, urlunparse


# The mp4 file format is supported by all major browsers
Expand Down

0 comments on commit 79438f8

Please sign in to comment.