Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit af71bef

Browse files
committed
removed test fn
1 parent d98a649 commit af71bef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/base_circuitpython/displayio/tile_grid.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
bmp_img = img.load()
2323

2424

25-
def func(x, y):
26-
return x + y
27-
28-
2925
class TileGrid:
3026
def __init__(
3127
self,

0 commit comments

Comments
 (0)