File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ without the extra can start and run normally until the user tries to use
187
187
functionality requiring the extra, at which point you can handle it (e.g.
188
188
display an appropriate error message).
189
189
190
- TODO mention that 3rd party library that does this automatically
190
+ The `generalimport `_ library can automate this process by hooking into the
191
+ import system.
191
192
192
193
Import at function/method level, raise exception
193
194
------------------------------------------------
@@ -266,3 +267,5 @@ TODO mention that you might want to provide a way for users to check
266
267
.. _packaging-problems-317 : https://github.com/pypa/packaging-problems/issues/317
267
268
268
269
.. _packaging-problems-664 : https://github.com/pypa/packaging-problems/issues/664
270
+
271
+ .. _generalimport : https://github.com/ManderaGeneral/generalimport
You can’t perform that action at this time.
0 commit comments