This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch dependabot/pip/pytest-8.0.2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/dependabot/pip/pytest-8.0.2 by this push: new 5ce6c01d1 Fix lint. 5ce6c01d1 is described below commit 5ce6c01d18c452c34249b20482b235d58177d17e Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Apr 16 18:23:24 2024 +0200 Fix lint. --- libcloud/test/test_init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libcloud/test/test_init.py b/libcloud/test/test_init.py index 07ca57ca8..d35bf9c31 100644 --- a/libcloud/test/test_init.py +++ b/libcloud/test/test_init.py @@ -21,6 +21,7 @@ from unittest import mock from unittest.mock import patch import pytest + import libcloud from libcloud import _init_once, reset_debug from libcloud.base import DriverTypeNotFoundError