Skip to content

Commit

Permalink
Fix relative import in pywps/response/basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gschwind committed Feb 9, 2024
1 parent a95128c commit dd29242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywps/response/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pywps import WPSRequest

from pywps.dblog import store_status
from .status import WPS_STATUS
from pywps.response.status import WPS_STATUS
import os

from jinja2 import Environment, PackageLoader
Expand Down

0 comments on commit dd29242

Please sign in to comment.