Skip to content

Commit

Permalink
fix: import from wrong module fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoikela committed Dec 21, 2023
1 parent c8160df commit f0ed04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uvm/base/uvm_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
from .uvm_report_server import UVMReportServer
from .uvm_domain import end_of_elaboration_ph
from .uvm_common_phases import UVMEndOfElaborationPhase
from ..macros import uvm_info, uvm_fatal, UVM_DEFAULT_TIMEOUT
from ..uvm_macros import UVM_STRING_QUEUE_STREAMING_PACK, uvm_warning
from ..macros import uvm_info, uvm_fatal, uvm_warning, UVM_DEFAULT_TIMEOUT
from ..uvm_macros import UVM_STRING_QUEUE_STREAMING_PACK
from .uvm_config_db import UVMConfigDb

MULTI_TESTS = ("Multiple ({}) +UVM_TESTNAME arguments provided on the command"
Expand Down

0 comments on commit f0ed04d

Please sign in to comment.