Skip to content

Commit aab3cb2

Browse files
committed
A few more annotations
1 parent 59953e1 commit aab3cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qiling/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ def __init__(
3737
archtype: Union[str, QL_ARCH] = None,
3838
verbose: QL_VERBOSE = QL_VERBOSE.DEFAULT,
3939
profile: str = None,
40-
console=True,
40+
console: bool = True,
4141
log_file=None,
4242
log_override=None,
43-
log_plain=False,
44-
multithread = False,
43+
log_plain: bool = False,
44+
multithread: bool = False,
4545
filter = None,
4646
stop: QL_STOP = QL_STOP.NONE,
4747
*,

0 commit comments

Comments
 (0)