remove unnecessary import of copy

This commit is contained in:
Danny Ryan 2019-05-08 14:49:53 -06:00
parent c37157ead1
commit 8da4b8173e
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ def build_phase0_spec(sourcefile, outfile):
code_lines = []
code_lines.append("""
import copy
from typing import (
Any,
Dict,