Skip to content

Commit

Permalink
style(fuzzer): clean up unused imports in extension.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanht committed Apr 19, 2022
1 parent dd60a22 commit 96eea50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/extension.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
from typing import TYPE_CHECKING

from src import OpCode
from src import ReparametrizationError
from src import Statement
from src import Type
from src import VoidOp
from utils.patched_dataclass import dataclass

if TYPE_CHECKING:
from src.context import Context


@dataclass
class OpExtension(OpCode, VoidOp):
Expand Down

0 comments on commit 96eea50

Please sign in to comment.