Skip to content

Commit

Permalink
remove now unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Dec 6, 2023
1 parent 0e09053 commit 8006f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rocker/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import grp
import os
import docker
import em
import getpass
import pwd
import pkgutil
Expand Down
1 change: 0 additions & 1 deletion src/rocker/nvidia_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

import os
import em
import getpass
import tempfile
from packaging.version import Version
Expand Down

0 comments on commit 8006f90

Please sign in to comment.