Skip to content

Commit 23c7a65

Browse files
committed
Fixed the "would reformat backend/sources/plone.formwidget.geolocation/plone/formwidget/geolocation/interfaces.py" message
1 parent 5a213ae commit 23c7a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plone/formwidget/geolocation/interfaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class IGeolocationSettings(Interface):
6868
description=_(
6969
"help_google_api_key",
7070
default="If you want to use the Google Maps search API for higher accuracy,"
71-
" you have to provide a Google Maps API key here.",
71+
" you have to provide a Google Maps API key here.",
7272
),
7373
required=False,
7474
default=None,
@@ -79,7 +79,7 @@ class IGeolocationSettings(Interface):
7979
description=_(
8080
"help_google_maps_link",
8181
default="Show a link to the Google Maps site, which can be used for further"
82-
" actions like routing."
82+
" actions like routing.",
8383
),
8484
required=False,
8585
default=False,

0 commit comments

Comments
 (0)