You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/powerapi/database/virtiofs_db.py
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,8 @@
27
27
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
28
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
29
30
-
importre
31
30
importos
32
-
33
-
fromtypingimportList, Type
31
+
importre
34
32
35
33
frompowerapi.reportimportReport
36
34
from .base_dbimportBaseDB, DBError
@@ -52,7 +50,7 @@ class VirtioFSDB(BaseDB):
52
50
53
51
A regular expression must be given by the VM manager to extract vm name from target name. VM name is used to find directory that contains the output file.
0 commit comments