Skip to content

Commit 5baca6b

Browse files
authored
Update updateHistoryMap.py
removing json from import.
1 parent 51e495d commit 5baca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_PY/updateHistoryMap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
# You should have received a copy of the GNU Lesser General Public
2626
# License along with SU2. If not, see <http://www.gnu.org/licenses/>.
27-
import os, json
27+
import os
2828

2929
su2_home = os.environ["SU2_HOME"]
3030

0 commit comments

Comments
 (0)