Skip to content

Commit

Permalink
fix: pythonjsonlogger.jsonlogger is now pythonjsonlogger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Dec 13, 2024
1 parent c158bae commit f1aa742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kopf/_core/actions/loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import logging
from typing import Any, Dict, MutableMapping, Optional, Tuple

import pythonjsonlogger.jsonlogger
import pythonjsonlogger.json

from kopf._cogs.configs import configuration
from kopf._cogs.helpers import typedefs
Expand Down

0 comments on commit f1aa742

Please sign in to comment.