Skip to content

Commit

Permalink
Make FLAKE8 happy (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwdunham committed Nov 8, 2017
1 parent 981403b commit 1fafd83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion storage_service/locations/api/search/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Common
# May have multiple models, so import * and use __all__ in file.
from router import *
from router import router

__all__ = ['router']
2 changes: 0 additions & 2 deletions storage_service/locations/api/urls.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from django.conf.urls import include, url
from rest_framework import routers, serializers, viewsets, filters, generics
from tastypie.api import Api

from locations import models
from locations.api import v1, v2
from locations.api.search import router
from locations.api.sword import views
Expand Down

0 comments on commit 1fafd83

Please sign in to comment.