Skip to content

Commit 023875d

Browse files
author
tinyfpga
authored
removed the h function import
1 parent 3861292 commit 023875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinyfpga-programmer-gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import traceback
2222
from serial.tools.list_ports import comports
2323

24-
from tinyfpgab import h, TinyFPGAB
24+
from tinyfpgab import TinyFPGAB
2525
import tinyfpgaa
2626

2727
########################################

0 commit comments

Comments
 (0)