Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 8, 2021
1 parent 8b175f7 commit 9d94abc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/django_icons/renderers/base.py
Expand Up @@ -2,6 +2,7 @@
from django.utils.encoding import force_str
from django.utils.html import escape, format_html
from django.utils.safestring import mark_safe

from django_icons.css import merge_css_list, merge_css_text


Expand Down
1 change: 1 addition & 0 deletions src/django_icons/renderers/image.py
Expand Up @@ -6,6 +6,7 @@
from django.utils.html import format_html
from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy as _

from django_icons.css import merge_css_text
from django_icons.renderers.base import BaseRenderer

Expand Down
1 change: 1 addition & 0 deletions src/django_icons/utils.py
Expand Up @@ -2,6 +2,7 @@

from django.conf import settings
from django.utils.module_loading import import_string

from django_icons.css import merge_css_list
from django_icons.renderers import Bootstrap3Renderer, FontAwesomeRenderer, ImageRenderer
from django_icons.renderers.material import MaterialRenderer
Expand Down
1 change: 1 addition & 0 deletions tests/test_css.py
@@ -1,4 +1,5 @@
from django.test import TestCase

from django_icons.css import merge_css_list, merge_css_text


Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
@@ -1,4 +1,5 @@
from django.test import TestCase

from django_icons.renderers import Bootstrap3Renderer, FontAwesomeRenderer, ImageRenderer
from django_icons.utils import _get_setting, get_icon_kwargs, get_icon_kwargs_from_settings, get_icon_renderer

Expand Down

0 comments on commit 9d94abc

Please sign in to comment.