forked from M-Labs/artiq
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 re
|
||||||
import linecache
|
import linecache
|
||||||
import os
|
import os
|
||||||
import json
|
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
from fractions import Fraction
|
from fractions import Fraction
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
Loading…
Reference in New Issue