remove unnecessary import of copy
This commit is contained in:
parent
c37157ead1
commit
8da4b8173e
|
@ -6,7 +6,6 @@ def build_phase0_spec(sourcefile, outfile):
|
|||
code_lines = []
|
||||
code_lines.append("""
|
||||
|
||||
import copy
|
||||
from typing import (
|
||||
Any,
|
||||
Dict,
|
||||
|
|
Loading…
Reference in New Issue