From ee39b3ab1a7a29c2482bb8e5bc02f1745fd25fe9 Mon Sep 17 00:00:00 2001 From: Sander Van de Moortel Date: Wed, 12 Jan 2022 09:34:52 +0100 Subject: [PATCH] [fix] flake8 formatting --- rest_framework_gis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_gis/__init__.py b/rest_framework_gis/__init__.py index 7bd4ed45..8c798b0c 100644 --- a/rest_framework_gis/__init__.py +++ b/rest_framework_gis/__init__.py @@ -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]: @@ -17,4 +18,3 @@ def get_version(): if django.VERSION < (3, 2): default_app_config = 'rest_framework_gis.apps.AppConfig' -