planetfederal / django-osgeo-importer

Do not use this repo, use https://github.com/GeoNode/django-osgeo-importer
GNU General Public License v3.0
2 stars 1 forks source link

replace import * with named imports where feasible #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

There are way too many GeoNode settings and too much change in them to make it convenient to import them all explicitly, which is why that instance in _prj is left behind (but shouldn't matter a lot anyway because of what _prj is for).

flake8 still needs # noqa because of F401 about things being unused, those are impossible to avoid without sacrificing the stated interest of using geonode_apis to expose versions of things which may be adjusted for GeoNode