Skip to content

Commit 0df5530

Browse files
nemesifiermn-ram
authored andcommitted
[chores:fix] Fixed autodiscovery of manage_estimated_locations task #1034
Related to #1034
1 parent 58219f8 commit 0df5530

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)