Skip to content

Commit 0e8135b

Browse files
Removed handling for int/bool/hex args and trace args
1 parent 8eb9a98 commit 0e8135b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/tests/py/metadata.py

-7
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,10 @@ class Metadata:
3030
storage_path: str = None
3131
on_network_commission: str = None
3232
passcode: int = None
33-
trace_to: str = None
34-
hex_arg: str = None
3533
endpoint: str = None
3634
manual_code: str = None
37-
bool_arg: str = None
3835
PICS: str = None
3936
tests: str = None
40-
int_arg: str = None
41-
trace_to_appjson: str = None
42-
trace_to_testjson: str = None
43-
trace_toperfetto: str = None
4437

4538

4639
class Metadata_Reader:

0 commit comments

Comments
 (0)