Skip to content

Commit 46bfee3

Browse files
committed
NFC: removing a comment that is no longer relevant
1 parent 84ca524 commit 46bfee3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyomo/common/dependencies.py

-6
Original file line numberDiff line numberDiff line change
@@ -1034,12 +1034,6 @@ def _pyutilib_importer():
10341034
return importlib.import_module('pyutilib')
10351035

10361036

1037-
#
1038-
# Note: because we will be calling
1039-
# declare_deferred_modules_as_importable, it is important that the
1040-
# following declarations explicitly defer_import (even if the target
1041-
# module has already been imported)
1042-
#
10431037
with declare_modules_as_importable(globals()):
10441038
# Standard libraries that are slower to import and not strictly required
10451039
# on all platforms / situations.

0 commit comments

Comments
 (0)