Remove six library

This commit is contained in:
Hugo
2020-07-11 16:17:20 +03:00
committed by Zac-HD
parent 9decca0023
commit dddac7c7e9
3 changed files with 2 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ from xdist.scheduler import (
)
from six.moves.queue import Empty, Queue
from queue import Empty, Queue
class Interrupted(KeyboardInterrupt):