Skip to content

Commit

Permalink
Remove unnecessary absolute_import
Browse files Browse the repository at this point in the history
Now that I am using from six.moves import http_client, there is no longer a problem importing http
  • Loading branch information
yonran committed Oct 17, 2023
1 parent 82c671f commit be91cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remoteobjects/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

from __future__ import absolute_import
import simplejson as json
from remoteobjects.json import ForgivingDecoder

Expand Down

0 comments on commit be91cde

Please sign in to comment.