Skip to content

Commit d30e346

Browse files
committed
Deleted spaces
1 parent 2a43d5f commit d30e346

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

remove-json-keys/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
paths.pyproject = paths.root / 'pyproject.toml'
99
sys.path.insert(0, str(paths.root / 'utils'))
1010

11-
from lib import toml # type: ignore
11+
from lib import toml # type: ignore
1212

1313
def session(func) : return nox.session(venv_backend='none')(func)
1414

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
paths.msgs = paths.root / 'utils' / 'data' / 'messages.json'
1111
sys.path.insert(0, str(paths.root / 'src'))
1212

13-
from remove_json_keys.lib import data, log # type: ignore
13+
from remove_json_keys.lib import data, log # type: ignore
1414

1515
msgs = sn(**{ key:val['message'] for key,val in data.json.read(paths.msgs)['bump'].items() })
1616

translate-messages/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
paths.pyproject = paths.root / 'pyproject.toml'
99
sys.path.insert(0, str(paths.root / 'utils'))
1010

11-
from lib import toml # type: ignore
11+
from lib import toml # type: ignore
1212

1313
def session(func) : return nox.session(venv_backend='none')(func)
1414

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
paths.msgs = paths.root / 'utils' / 'data' / 'messages.json'
1111
sys.path.insert(0, str(paths.root / 'src'))
1212

13-
from remove_json_keys.lib import data, log # type: ignore
13+
from remove_json_keys.lib import data, log # type: ignore
1414

1515
msgs = sn(**{ key:val['message'] for key,val in data.json.read(paths.msgs)['bump'].items() })
1616

0 commit comments

Comments
 (0)