Skip to content

Commit

Permalink
[fix] flake8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bluppfisk committed Jan 12, 2022
1 parent 9ef97c0 commit ee39b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
VERSION = (0, 18, 0, 'final')
__version__ = VERSION # alias


def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
if VERSION[2]:
Expand All @@ -17,4 +18,3 @@ def get_version():

if django.VERSION < (3, 2):
default_app_config = 'rest_framework_gis.apps.AppConfig'

0 comments on commit ee39b3a

Please sign in to comment.