2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 21:23:34 +08:00

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

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