harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Remove unused import of eventlet #43

Closed cgohlke closed 3 years ago

cgohlke commented 4 years ago

Significantly reduces import time.

On this Windows workstation, the time for import fasteners decreases from ~0.4 s to <0.03 s.

The use of eventlet was removed in https://github.com/harlowja/fasteners/pull/33.

psarka commented 3 years ago

Surely there is no need to import it if it is not used, so I'll merge this