mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
use black to format the code
This commit is contained in:
parent
3dd7885bfb
commit
43253d8265
98 changed files with 10728 additions and 8599 deletions
|
|
@ -9,18 +9,18 @@
|
|||
"""
|
||||
import ujson
|
||||
|
||||
__implements__ = ['dumps', 'loads']
|
||||
__implements__ = ["dumps", "loads"]
|
||||
ori_dumps = None
|
||||
ori_loads = None
|
||||
|
||||
IMPLEMENTED_DUMPS_KWARGS = [
|
||||
'ensure_ascii',
|
||||
'double_precision',
|
||||
'encode_html_chars',
|
||||
'sort_keys',
|
||||
"ensure_ascii",
|
||||
"double_precision",
|
||||
"encode_html_chars",
|
||||
"sort_keys",
|
||||
]
|
||||
IMPLEMENTED_LOADS_KWARGS = [
|
||||
'precise_float',
|
||||
"precise_float",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue