From 3e3958b35facaf9bf8b9cc47c28c4938e8974627 Mon Sep 17 00:00:00 2001 From: Ray <7869818+rayrrr@users.noreply.github.com> Date: Mon, 18 May 2026 10:41:02 -0400 Subject: [PATCH] #238 remove simplejson --- geojson/codec.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/geojson/codec.py b/geojson/codec.py index 20d8f8e..d6cef8e 100644 --- a/geojson/codec.py +++ b/geojson/codec.py @@ -1,7 +1,4 @@ -try: - import simplejson as json -except ImportError: - import json +import json import geojson import geojson.factory