Skip to content

Commit eb92549

Browse files
committed
lint
1 parent aaaa391 commit eb92549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easybuild/tools/environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,11 @@ def sanitize_env():
314314
keys_to_unset = [key for key in os.environ if key.startswith('PYTHON')]
315315
unset_env_vars(keys_to_unset, verbose=False)
316316

317+
317318
class UndefinedParam():
318319
"""Class to represent an undefined parameter different from None"""
319320

321+
320322
class MockEnviron(dict):
321323
"""Hook into os.environ and replace it with calls from this module to track changes to the environment."""
322324
def __getitem__(self, key):

0 commit comments

Comments
 (0)