Browse Source

Fixup after merge

zvecr 4 years ago
parent
commit
4d4b013e5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/python/qmk/commands.py

+ 1 - 0
lib/python/qmk/commands.py

@@ -3,6 +3,7 @@
 import os
 import sys
 import shutil
+from itertools import islice
 from pathlib import Path
 
 from milc import cli