Skip to content

Commit

Permalink
fixing isort
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif committed Oct 2, 2019
1 parent 73c90ba commit af69f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from __future__ import absolute_import

import os

from path import Path

from django.conf import settings
Expand Down
3 changes: 2 additions & 1 deletion theming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"""
from __future__ import absolute_import

from .core import get_base_dir, get_themes, is_enabled

__version__ = "0.1.0"

from .core import is_enabled, get_base_dir, get_themes

default_app_config = "theming.apps.ThemingConfig" # pylint: disable=invalid-name

0 comments on commit af69f4d

Please sign in to comment.