summaryrefslogtreecommitdiff
path: root/python/callingconvention.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/callingconvention.py')
-rw-r--r--python/callingconvention.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/callingconvention.py b/python/callingconvention.py
index 44d835b7..ced98b75 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -54,7 +54,7 @@ class CallingConvention:
_registered_calling_conventions = []
def __init__(
- self, arch: 'architecture.Architecture' = None, name: str = None, handle=None,
+ self, arch: Optional['architecture.Architecture'] = None, name: Optional[str] = None, handle=None,
confidence: int = core.max_confidence
):
if handle is None: