Remove an unused import.

This commit is contained in:
Andrey Rakhmatullin 2022-10-27 17:12:26 +06:00
parent 5780ccba55
commit ca50af6453
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import io
import random
from shutil import rmtree
from tempfile import mkdtemp
from unittest import skipIf
from warnings import catch_warnings
import attr