mirror of https://github.com/m-labs/artiq.git
comm_kernel: remove forgotten json import in 6aec423838
This commit is contained in:
parent
2bc770ec72
commit
0190604ba0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue