Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 21, 2024
1 parent 29ee4c3 commit 9d5084a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion repo2docker/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import sys
import tempfile
import time
import warnings
from urllib.parse import urlparse

import entrypoints
Expand Down
1 change: 0 additions & 1 deletion repo2docker/buildpacks/conda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import re
import warnings
from collections.abc import Mapping
from functools import lru_cache

Expand Down

0 comments on commit 9d5084a

Please sign in to comment.