Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 16, 2024
1 parent 91e8344 commit 704fcf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/django_bootstrap5/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
from django.forms.utils import flatatt
from django.utils.html import format_html

from django_bootstrap5.core import get_bootstrap_setting
from django_bootstrap5.text import text_value
from django_bootstrap5.utils import get_url_attrs

from django_bootstrap5.core import get_bootstrap_setting


def render_script_tag(url):
"""Build a script tag."""
Expand Down

0 comments on commit 704fcf3

Please sign in to comment.