Skip to content

Commit

Permalink
CP-47869: Fix pylint reimport issue ocaml/xapi-storage/python/example…
Browse files Browse the repository at this point in the history
…s/volume/org.xen.xapi.storage.simple-file/sr.py

Signed-off-by: Ashwinh <ashwin.h@cloud.com>
  • Loading branch information
ashwin9390 committed Jun 11, 2024
1 parent 789b9e4 commit 23ed63d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
from __future__ import print_function
import os
import sys
import urllib.request, urllib.parse, urllib.error
import urllib.request
import urllib.parse
import urllib.error

import xapi.storage.api.v5.volume
from xapi import InternalError
Expand Down

0 comments on commit 23ed63d

Please sign in to comment.