chore: remove unused boilerplate cruft (#411)

This commit is contained in:
J. Nick Koston
2025-03-06 11:43:06 -10:00
committed by GitHub
parent a8419af766
commit a56381a7a1
2 changed files with 0 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
def add(n1: int, n2: int) -> int:
return n1 + n2

View File

@@ -1,5 +0,0 @@
from dbus_fast.main import add
def test_add():
assert add(1, 1) == 2