Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored May 24, 2023
1 parent 754c966 commit 9ed693f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import invoke
from natsort import natsorted
from numpy import str_


class ReleaseResolver:
Expand Down
2 changes: 1 addition & 1 deletion tests/installers/gh_release/test_gh_release_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ def test_gh_release_install(
test_command=full_test_command,
image=image,
docker_platform=docker_platform,
nanolayer_version="v0.4.40",
nanolayer_version="v0.4.39",
)

0 comments on commit 9ed693f

Please sign in to comment.