Skip to content
Merged
Prev Previous commit
Next Next commit
Don't import serial in build.py
  • Loading branch information
igrr committed Mar 3, 2016
commit fa3effa5fc07cbb95d94f14de59740d650a6edcd
1 change: 0 additions & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import sys
import os
import argparse
import serial
import subprocess
import tempfile
import shutil
Expand Down