Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 4, 2025
1 parent e647b8f commit 248546f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ disable=C0111,missing-docstring,
R0901,too-many-ancestors,
R0902,too-many-instance-attributes,
R0904,too-many-public-methods,
R0911,too-many-return-statements,
R0912,too-many-branches,
R0913,too-many-arguments,
R0914,too-many-locals,
Expand Down
2 changes: 1 addition & 1 deletion weaver/wps_restapi/jobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
from weaver.processes.utils import get_process
from weaver.processes.wps_package import mask_process_inputs
from weaver.status import JOB_STATUS_CATEGORIES, Status, StatusCategory, StatusCompliant, map_status
from weaver.status import JOB_STATUS_CATEGORIES, StatusCategory, StatusCompliant, map_status
from weaver.store.base import StoreJobs
from weaver.utils import get_header, get_settings, make_link_header
from weaver.wps_restapi import swagger_definitions as sd
Expand Down

0 comments on commit 248546f

Please sign in to comment.