Remove an unused six import.

This commit is contained in:
Andrey Rakhmatullin 2019-10-31 15:20:28 +05:00
parent cbb6d0c6a7
commit c327ad9ba6
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import os
import six
import shutil
import tempfile
from unittest import mock