Reformat code.

This commit is contained in:
Alex Root Junior 2017-08-14 22:34:13 +03:00
parent b7bf22bb77
commit 92d3d86a18
42 changed files with 73 additions and 10 deletions

View file

@ -1,8 +1,10 @@
try:
import ujson as json
IS_UJSON = True
except ImportError:
import json
IS_UJSON = False