mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
committed by
Tim Graham
parent
6072de727f
commit
967be82443
@@ -16,6 +16,7 @@ class TestSRS:
|
||||
for key, value in kwargs.items():
|
||||
setattr(self, key, value)
|
||||
|
||||
|
||||
WGS84_proj = '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs '
|
||||
|
||||
# Some Spatial Reference examples
|
||||
|
||||
Reference in New Issue
Block a user