Skip to content

Commit f3c99c4

Browse files
committed
[chores:fix] Fixed autodiscovery of manage_estimated_locations task openwisp#1034
Related to openwisp#1034
1 parent 6f65010 commit f3c99c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openwisp_controller/geo/tasks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .estimated_location.tasks import ( # noqa: F401 - support autodiscovering
2+
manage_estimated_locations,
3+
)

0 commit comments

Comments
 (0)