Skip to content

Commit

Permalink
fix missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
ucgJhe committed Jul 13, 2024
1 parent ef4b369 commit 4361ed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import annotations
from typing import Optional

from .branch_predictor import BranchPredictor
from .branch_predictor import *
from ..arch import ArchARM, ArchCORTEX_M


Expand Down

0 comments on commit 4361ed7

Please sign in to comment.