Skip to content

Commit abd8266

Browse files
committed
Remove unused variable reported by pyflakes.
1 parent 86eac8b commit abd8266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diffpy/srfit/tests/testweakrefcallable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import pickle
2323

2424
from diffpy.srfit.fitbase import FitContribution
25-
from diffpy.srfit.util.weakrefcallable import weak_ref, WeakBoundMethod
25+
from diffpy.srfit.util.weakrefcallable import weak_ref
2626

2727
# ----------------------------------------------------------------------------
2828

0 commit comments

Comments
 (0)