Skip to content

Commit

Permalink
delete jq import in channel views
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungHypo committed Dec 11, 2024
1 parent f02e00a commit 5c844e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api-engine/api/routes/channel/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from api.common.serializers import PageQuerySerializer
from api.utils.common import with_common_response, parse_block_file, to_dict, json_filter, json_add_anchor_peer, json_create_envelope
from api.lib.configtxgen import ConfigTX, ConfigTxGen
from api.lib.jq.jq import JQ
from api.lib.peer.channel import Channel as PeerChannel
from api.lib.configtxlator.configtxlator import ConfigTxLator
from api.exceptions import (
Expand Down

0 comments on commit 5c844e1

Please sign in to comment.