Merge "Remove unused fallback to simplejson"

This commit is contained in:
Zuul 2024-04-30 18:36:54 +00:00 committed by Gerrit Code Review
commit 81a6784045
1 changed files with 1 additions and 5 deletions

View File

@ -15,6 +15,7 @@
import copy
import io
import json
import logging
import socket
@ -26,11 +27,6 @@ from oslo_utils import netutils
import requests
import urllib.parse
try:
import json
except ImportError:
import simplejson as json
from oslo_utils import encodeutils
from glanceclient.common import utils