Skip to content

Commit 3ad60f4

Browse files
committed
fix errant import
1 parent c5330c6 commit 3ad60f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

render_static/transpilers/enums_to_js.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44
import sys
55
from abc import abstractmethod
6-
from copy import copy
76
from enum import Enum, Flag, IntEnum, IntFlag
87
from typing import (
98
Any,

0 commit comments

Comments
 (0)