chore: remove unused boilerplate cruft (#411)
This commit is contained in:
parent
a8419af766
commit
a56381a7a1
@ -1,2 +0,0 @@
|
||||
def add(n1: int, n2: int) -> int:
|
||||
return n1 + n2
|
||||
@ -1,5 +0,0 @@
|
||||
from dbus_fast.main import add
|
||||
|
||||
|
||||
def test_add():
|
||||
assert add(1, 1) == 2
|
||||
Loading…
x
Reference in New Issue
Block a user