Skip to content

Commit 059e5f3

Browse files
authored
Remove unused imports (#352)
1 parent fc8077b commit 059e5f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloudpickle/cloudpickle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import abc
4646
import builtins
4747
import dis
48-
from functools import partial
4948
import io
5049
import itertools
5150
import logging
@@ -55,7 +54,6 @@
5554
import platform
5655
import struct
5756
import sys
58-
import traceback
5957
import types
6058
import weakref
6159
import uuid

0 commit comments

Comments
 (0)