seeing-things/track

Remove remaining `__del__()` methods

Closed this issue · 1 comments

There are two __del__() methods remaining in the cameras module. Either eliminate these or replace with __enter__() and __exit__() since these actually do something useful.

This was done in 575cfce