Skip to content

Commit

Permalink
Fix pylint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Cheng <stephen.cheng@cloud.com>
  • Loading branch information
stephenchengCloud committed Aug 2, 2024
1 parent 0e5ff89 commit 17da740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python3/examples/XenAPIPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
from __future__ import print_function

import sys

import XenAPI
import xmlrpc.client as xmlrpclib
import XenAPI

class Failure(Exception):
"""Provide compatibility with plugins written against the XenServer 5.5 API"""
Expand Down

0 comments on commit 17da740

Please sign in to comment.