A variety of minor changes, primarily style, a couple of code simplifications
- Finished updating function signatures
- Made a variety of style changes, mainly for PEP8 compliance
- Used a try/except/else block to avoid an import error when type_checking in
blond/toolbox/filters_and_fitting.py
- Converted a series of
if recursive and ...
lines to a singleif recursive
followed byif ...
inblond/trackers/tracker.py
- Moved the
Trackable
protocol toblond/utils/types.py
Edited by Simon Albright