Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 25, 2022
1 parent f62178a commit be28e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scar/providers/aws/udocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

from zipfile import ZipFile
from scar.utils import FileUtils, SysUtils, StrUtils
from scar.utils import FileUtils, SysUtils


def _extract_udocker_zip(supervisor_zip_path) -> None:
Expand Down

0 comments on commit be28e02

Please sign in to comment.