Skip to content

Commit

Permalink
Merge branch 'ershi/importlib-util' into 'main'
Browse files Browse the repository at this point in the history
import importlib -> import importlib.util

See merge request omniverse/warp!1004
  • Loading branch information
shi-eric committed Jan 21, 2025
2 parents 7ad70af + efc6c51 commit 4d9effa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp/tests/unittest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import ctypes
import ctypes.util
import importlib
import importlib.util
import os
import sys
import time
Expand Down

0 comments on commit 4d9effa

Please sign in to comment.