Commit b8319cf
committed
Remove unused git imports from generate_board_config.py
The 'import git' and 'from git import RemoteProgress' were unused
(copy-pasted from get_remote_modules.py which does use them). This caused
CI failures because gitpython is not installed in the GitHub Actions
runner environment. Also removed unused Tuple import.1 parent 406a4cc commit b8319cf
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments