move to explicit imports

This commit is contained in:
2017-03-06 18:54:03 +01:00
parent 63e9c348a0
commit 8367f002c3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from billard.models import *
from billard.models import LocationData
from rest_framework import serializers