-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent loading of unused backends
This change changes how the backends are imported, instead of importing all of them every backend is loaded lazy only when its needed. This solves the problem that dependencies from unused backends need to be installed even if the are not used (e.g. symspellpy depends on editdistpy which needs to be build from source on Windows requiring a compiler ...). PR #17: #17
- Loading branch information
Showing
1 changed file
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters