comm_kernel: remove forgotten json import in 6aec423838

This commit is contained in:
Sebastien Bourdeauducq 2022-03-26 20:22:58 +08:00
parent 2bc770ec72
commit 0190604ba0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import socket
import re
import linecache
import os
import json
from enum import Enum
from fractions import Fraction
from collections import namedtuple