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