commit | f40417aa7ca77edb5033a8faa49c0e283d0e0670 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Nov 26 15:17:08 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Nov 26 22:20:16 2016 -0800 |
tree | e06b1f157e311a7ac3162a1ce4c66135aeb1fd0f | |
parent | 5ccea1af090de8d9a725a9f53ac70c54c1ac0798 [diff] |
Removed unused argparse Change-Id: If0d947878c9f5f139007a091898f3661852bf220
diff --git a/y2016/control_loops/python/drivetrain.py b/y2016/control_loops/python/drivetrain.py index 83eb677..db8388b 100755 --- a/y2016/control_loops/python/drivetrain.py +++ b/y2016/control_loops/python/drivetrain.py
@@ -4,7 +4,6 @@ from frc971.control_loops.python import controls import numpy import sys -import argparse from matplotlib import pylab import gflags