Sign in
apache
/
hamilton
/
refs/heads/node-validator
/
.
/
tests
/
resources
/
overrides.py
blob: 1a06bbec13e2a6ad6e13a68b8b94d53129c965f7 [
file
]
def
b
(
a
:
int
)
->
int
:
return
a
+
1
def
c
(
b
:
int
)
->
int
:
return
b
+
1
def
d
(
c
:
int
)
->
int
:
return
c
+
1