Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed May 1, 2024
1 parent 84ac2f9 commit 1290a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coredumpy/coredumpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class _ExecutableTarget:
filename: str
code: CodeType | str
code: Union[CodeType, str]
namespace: dict


Expand Down

0 comments on commit 1290a8e

Please sign in to comment.