Skip to content

Commit

Permalink
[qa] Reformatted using isort 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 16, 2020
1 parent 00ade2c commit 6ee075d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions django_loci/channels/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from channels.routing import ProtocolTypeRouter, URLRouter
from channels.security.websocket import AllowedHostsOriginValidator
from django.conf.urls import url

from django_loci.channels.base import location_broadcast_path
from django_loci.channels.consumers import LocationBroadcast

Expand Down
1 change: 1 addition & 0 deletions django_loci/tests/base/test_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.contrib.auth import login
from django.contrib.auth.models import Permission
from django.http.request import HttpRequest

from django_loci.channels.consumers import LocationBroadcast

from ...channels.base import _get_object_or_none
Expand Down
2 changes: 1 addition & 1 deletion django_loci/tests/testdeviceapp/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.contrib import admin
from django_loci.admin import ObjectLocationInline

from django_loci.admin import ObjectLocationInline
from openwisp_utils.admin import TimeReadonlyAdminMixin

from .models import Device
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import os
import sys

from django_loci import get_version
from setuptools import find_packages, setup

from django_loci import get_version


def get_install_requires():
"""
Expand Down

0 comments on commit 6ee075d

Please sign in to comment.