Skip to content

Commit 2f09b8a

Browse files
committed
chore: wipe intermediate vars from const module
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent c0894ab commit 2f09b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pkgcore/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def _GET_CONST(attr, default_value):
4747
var_name,
4848
os.environ.get(xdg_var, osp.join(osp.expanduser(fallback_dir), __title__)),
4949
)
50+
del xdg_var, var_name, fallback_dir
5051

5152
USER_CONF_FILE = osp.join(getattr(_module, "USER_CONFIG_PATH"), "pkgcore.conf")
5253
SYSTEM_CONF_FILE = "/etc/pkgcore/pkgcore.conf"

0 commit comments

Comments
 (0)