Closed griffin-h closed 1 year ago
This cleans up a few of the unused imports and gets rid of several import *, which have been confusing us.
import *
I'm temporarily switching to the update_reqs branch of sassy_q3c_models until @pndaly merges https://github.com/SAGUARO-MMA/sassy_q3c_models/pull/5. Then we can switch it back to the main branch.
update_reqs
sassy_q3c_models
Pandas does not seem to be used, so I removed it.
This cleans up a few of the unused imports and gets rid of several
import *
, which have been confusing us.I'm temporarily switching to the
update_reqs
branch ofsassy_q3c_models
until @pndaly merges https://github.com/SAGUARO-MMA/sassy_q3c_models/pull/5. Then we can switch it back to the main branch.Pandas does not seem to be used, so I removed it.