Skip to content

Commit c1b0fbb

Browse files
committed
fix trailing whitespace
1 parent 034c0ae commit c1b0fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/proxy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def unregister_host(self, host):
5353
def get_proxy_allowed_hosts(self):
5454
# We register remote hosts from remote URLs at creation time, inside ImporterViewSet.create().
5555
# If for some reason the creation fails we end up having stale or wrong URLs inside the registry.
56-
# We check the last time the registry was updated, and after a certain delta we reinitialize the registry
56+
# We check the last time the registry was updated, and after a certain delta we reinitialize the registry
5757
# which removes any URLs that are not connected to remote datasets
5858
if (
5959
self._last_registry_load is None

0 commit comments

Comments
 (0)