2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-11 17:28:50 +00:00

Remove unused json import from apiclient

This commit is contained in:
Jarrod Johnson
2025-08-11 12:31:44 -04:00
parent 58b6a2d317
commit 836b629986
@@ -15,7 +15,6 @@ import sys
import struct
import time
import re
import json
class InvalidApiKey(Exception):
pass