commit | 5127ccccd9103f384c69d317969548b090616509 | [log] [tgz] |
---|---|---|
author | Ravago Jones <ravagojones@gmail.com> | Sun Jul 31 16:32:45 2022 -0700 |
committer | Ravago Jones <ravagojones@gmail.com> | Sun Jul 31 16:34:52 2022 -0700 |
tree | db6b99896138f768f47e9844eae358fe19dcb645 | |
parent | 7db1c50a2f54dfcc39c14c48b80121274284972c [diff] [blame] |
Run yapf on all python files in the repo Signed-off-by: Ravago Jones <ravagojones@gmail.com> Change-Id: I221e04c3f517fab8535b22551553799e0fee7a80
diff --git a/frc971/control_loops/python/spline_writer.py b/frc971/control_loops/python/spline_writer.py index df622f3..a3d27cc 100644 --- a/frc971/control_loops/python/spline_writer.py +++ b/frc971/control_loops/python/spline_writer.py
@@ -3,6 +3,7 @@ class SplineWriter(object): + def __init__(self, namespaces=None, filename="auto_splines.cc"): if namespaces: self._namespaces = namespaces