We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8e910 commit 63465f0Copy full SHA for 63465f0
2 files changed
remove-json-keys/utils/bump.py
@@ -3,6 +3,7 @@
3
import sys
4
import tomli, tomli_w
5
6
+# Init logger
7
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
8
from remove_json_keys.lib import log # type: ignore
9
translate-messages/utils/bump.py
from translate_messages.lib import log # type: ignore
0 commit comments