Browse Source

make pylint happy

Demi Marie Obenour 3 years ago
parent
commit
27c70bff05
1 changed files with 2 additions and 1 deletions
  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