Skip to content

Commit

Permalink
- small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 7, 2023
1 parent 0af837b commit e07ea8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions config/config-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,7 @@ def configure(self):
# Remove empty sections:
meta_cfg = {k: v for k, v in self.meta_cfg.items() if v}
with open('.meta.toml', 'w') as meta_f:
meta_f.write(
META_HINT.format(config_type=self.config_type))
meta_f.write(META_HINT.format(config_type=self.config_type))
meta_f.write('\n')
tomlkit.dump(meta_cfg, meta_f)

Expand Down
1 change: 0 additions & 1 deletion config/drop-legacy-python.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
'--no-push',
]
if args.interactive:
config_package_args.remove('--no-push')
config_package_args.append('--no-commit')
call(*config_package_args, cwd=cwd_str)
print('Remove `six` from the list of dependencies and other Py 2 things.')
Expand Down

0 comments on commit e07ea8c

Please sign in to comment.