Skip to content

Commit

Permalink
fixup! chg: [internal] Add support for orjson
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jan 6, 2024
1 parent 8fb973e commit 7a9bafa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misp_modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@

try:
import orjson as json
HAS_ORJSON = True
except ImportError:
import json
HAS_ORJSON = False

import tornado.web
import tornado.process
Expand Down

0 comments on commit 7a9bafa

Please sign in to comment.