NYPL-Simplified / circulation

Circulation manager for Library Simplified
Other
19 stars 19 forks source link

Remove unused turtle import from update_lane_size script #1838

Closed keithbauer closed 1 year ago

keithbauer commented 1 year ago

Description

Removes an unused import which causes a ModuleNotFoundError: No module named 'tkinter' from the update_lane_size script.

Motivation and Context

While investigating SIMPLY-4229 it was discovered that update_lane_size does not run due to the error described above.

How Has This Been Tested?

Tested locally, script now runs.

Checklist: