pittcsc / PittAPI

An API to easily get data from the University of Pittsburgh
https://pittapi.pittcsc.org
GNU General Public License v2.0
105 stars 30 forks source link

Clean up unused/unnecessary imports #176

Closed tianyizheng02 closed 2 weeks ago

tianyizheng02 commented 3 weeks ago

My goal with this import cleanup is to prepare the repo for a similar cleanup for the project dependencies: it's harder to tell which packages aren't actually required as dependencies if some packages are imported but never used.