Skip to content

Commit 667aea8

Browse files
committed
Fix pywps.dblog import
1 parent dd29242 commit 667aea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywps/response/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
if TYPE_CHECKING:
55
from pywps import WPSRequest
66

7-
from pywps.dblog import store_status
87
from pywps.response.status import WPS_STATUS
98
import os
109

@@ -49,6 +48,7 @@ def _update_status(self, status, message, status_percentage):
4948
:param pywps.response.status.WPS_STATUS status: process status - user should usually
5049
omit this parameter
5150
"""
51+
from pywps.dblog import store_status
5252
self.message = message
5353
self.status = status
5454
self.status_percentage = status_percentage

0 commit comments

Comments
 (0)