Skip to content

Commit

Permalink
Fix formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Feb 24, 2024
1 parent 83c4072 commit baca04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_unicorn/components/unicorn_template_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ def _get_direct_view(tag: Tag):


def get_root_element(soup: BeautifulSoup) -> Tag:
"""Gets the first tag element for the component or the first element with a `unicorn:view` attribute for a direct view.
"""Gets the first tag element for the component or the first element with a `unicorn:view` attribute for a direct
view.
Returns:
BeautifulSoup tag element.
Expand Down

0 comments on commit baca04f

Please sign in to comment.