We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6cf69 commit 84ca524Copy full SHA for 84ca524
pyomo/common/dependencies.py
@@ -513,7 +513,7 @@ def invalidate_caches(self):
513
514
_DeferredImportCallbackFinder = DeferredImportCallbackFinder()
515
# Insert the DeferredImportCallbackFinder at the beginning of the
516
-# sys.meta_path to that it is found before the standard finders (so that
+# sys.meta_path so that it is found before the standard finders (so that
517
# we can correctly inject the resolution of the DeferredImportIndicators
518
# -- which triggers the needed callbacks)
519
sys.meta_path.insert(0, _DeferredImportCallbackFinder)
0 commit comments