mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Remove Multiple Unused Imports and Variable
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
This is pure python implementation of interpolation search algorithm
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import bisect
|
||||
|
||||
try:
|
||||
raw_input # Python 2
|
||||
|
Reference in New Issue
Block a user