Parcourir la source

make pylint happy

Demi Marie Obenour il y a 3 ans
Parent
commit
27c70bff05
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      qubes/vm/dispvm.py

+ 2 - 1
qubes/vm/dispvm.py

@@ -20,7 +20,8 @@
 
 ''' A disposable vm implementation '''
 
-import asyncio, copy
+import asyncio
+import copy
 
 import qubes.vm.qubesvm
 import qubes.vm.appvm