Skip to content

Commit

Permalink
fix imports lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 6, 2023
1 parent 6936e23 commit b5d9cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/processes/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
wps2json_io,
xml_wps2cwl
)
from weaver.wps_restapi.swagger_definitions import OGC_API_BBOX_FORMAT, OGC_API_BBOX_SCHEMA
from weaver.utils import null
from weaver.wps_restapi.swagger_definitions import OGC_API_BBOX_FORMAT, OGC_API_BBOX_SCHEMA

if TYPE_CHECKING:
from typing import List
Expand Down
3 changes: 1 addition & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
"""
Unit test for :mod:`weaver.cli` utilities.
"""
import contextlib

import argparse
import base64
import contextlib
import inspect
import json
import os
Expand Down

0 comments on commit b5d9cbd

Please sign in to comment.