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