This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch compute-clean in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit f43cad9be7c59c52b3b4a8c494c7da01a395b2da Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sat Jan 28 20:29:40 2023 +0100 Fix lint --- libcloud/loadbalancer/drivers/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libcloud/loadbalancer/drivers/__init__.py b/libcloud/loadbalancer/drivers/__init__.py index af6f71bb8..d53998c89 100644 --- a/libcloud/loadbalancer/drivers/__init__.py +++ b/libcloud/loadbalancer/drivers/__init__.py @@ -13,7 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__all__ = [ - "rackspace", - "nttcis" -] +__all__ = ["rackspace", "nttcis"]