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 389bcf6 commit 190404dCopy full SHA for 190404d
2 files changed
remove-json-keys/utils/bump.py
@@ -4,7 +4,7 @@
4
import tomli, tomli_w
5
6
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
7
-from remove_json_keys.lib import log # type: ignore
+from remove_json_keys.lib import log # type: ignore
8
9
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
10
log.info(f'Loading {pyproject_path}...')
translate-messages/utils/bump.py
-from translate_messages.lib import log # type: ignore
+from translate_messages.lib import log # type: ignore
0 commit comments