Skip to content

Commit

Permalink
fix errant import
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Oct 24, 2023
1 parent c5330c6 commit 3ad60f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion render_static/transpilers/enums_to_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
import sys
from abc import abstractmethod
from copy import copy
from enum import Enum, Flag, IntEnum, IntFlag
from typing import (
Any,
Expand Down

0 comments on commit 3ad60f4

Please sign in to comment.