Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 6, 2023
1 parent 8aa3d79 commit 4b50015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weaver/wps_restapi/jobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from weaver.datatype import Job
from weaver.exceptions import JobNotFound, JobStatisticsNotFound, log_unhandled_exceptions
from weaver.formats import ContentType, OutputFormat, add_content_type_charset, guess_target_format, repr_json
from weaver.notify import encrypt_email
from weaver.processes.convert import convert_input_values_schema, convert_output_params_schema
from weaver.status import JOB_STATUS_CATEGORIES, Status, StatusCategory
from weaver.store.base import StoreJobs
Expand Down

0 comments on commit 4b50015

Please sign in to comment.