Remove top-level import of openmc.lib (#3250)

This commit is contained in:
Paul Romano 2025-01-08 14:00:57 -06:00 committed by GitHub
parent 8ba66f9fe3
commit 0d4a85d3a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ from openmc.dummy_comm import DummyCommunicator
from openmc.executor import _process_CLI_arguments
from openmc.checkvalue import check_type, check_value
from openmc.exceptions import InvalidIDError
import openmc.lib
from openmc.utility_funcs import change_directory