Skip to content

Commit 190404d

Browse files
committed
Deleted space
1 parent 389bcf6 commit 190404d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import tomli, tomli_w
55

66
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
7-
from remove_json_keys.lib import log # type: ignore
7+
from remove_json_keys.lib import log # type: ignore
88

99
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
1010
log.info(f'Loading {pyproject_path}...')

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import tomli, tomli_w
55

66
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
7-
from translate_messages.lib import log # type: ignore
7+
from translate_messages.lib import log # type: ignore
88

99
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
1010
log.info(f'Loading {pyproject_path}...')

0 commit comments

Comments
 (0)