Skip to content

Commit a3a30f4

Browse files
authored
Merge pull request #99 from sdispater/fix-exception-trace-frame-import
Fix wrong import of the Frame class in exception traces
2 parents 6af60e8 + 21274d6 commit a3a30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleo/ui/exception_trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Optional
1212
from typing import Union
1313

14-
from _pytest._code.code import Frame
14+
from crashtest.frame import Frame
1515
from crashtest.frame_collection import FrameCollection
1616
from crashtest.inspector import Inspector
1717
from crashtest.solution_providers.solution_provider_repository import (

0 commit comments

Comments
 (0)