Remove unused pickle.UnpicklingError-import
This commit is contained in:
parent
43b95d3d86
commit
34131890ee
|
@ -1,7 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
from pickle import UnpicklingError
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue