Skip to content

Commit 9d5084a

Browse files
committed
Remove unused imports
1 parent 29ee4c3 commit 9d5084a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

repo2docker/app.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import sys
1717
import tempfile
1818
import time
19-
import warnings
2019
from urllib.parse import urlparse
2120

2221
import entrypoints

repo2docker/buildpacks/conda/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44
import re
5-
import warnings
65
from collections.abc import Mapping
76
from functools import lru_cache
87

0 commit comments

Comments
 (0)