Skip to content

Commit 1399dc2

Browse files
authored
[FIX] logging_json: pre-commit
1 parent bde50eb commit 1399dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging_json/json_log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
import logging
55
import os
6-
import pythonjsonlogger
76
import threading
87
import uuid
98

9+
import pythonjsonlogger
10+
1011
from odoo import http
1112

1213
from .strtobool import strtobool

0 commit comments

Comments
 (0)