Skip to content

Commit

Permalink
Removed an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Jan 22, 2024
1 parent f2c7a78 commit fb8aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m venv venv
. venv/bin/activate
pip install .
python -c "from shub.exceptions import ShubException; from shub.image.utils import get_docker_client; get_docker_client(validate=False)"
python -c "from shub.image.utils import get_docker_client; get_docker_client(validate=False)"
- name: Upload coverage report
run: |
Expand Down

0 comments on commit fb8aff1

Please sign in to comment.