Skip to content

Commit d7c91f8

Browse files
committed
remove py 3.8 type hint syntax
1 parent a3e837a commit d7c91f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def __init__(
5252
hit_count: int,
5353
finish_on_remove: bool,
5454
is_continue: bool = False,
55-
function: str | None = None,
56-
addr: str | None = None,
55+
function: str = None,
56+
addr: str = None,
5757
):
5858
self.expression = expression
5959
self.path = path

0 commit comments

Comments
 (0)