remove pype todo

This commit is contained in:
Jakub Trllo 2024-09-03 16:44:12 +02:00
parent f0f64a1f76
commit 6c189f6c36

View file

@ -135,7 +135,6 @@ class OrderGroups:
def env_variable_to_bool(env_key, default=False):
"""Boolean based on environment variable value."""
# TODO: move to pype lib
value = os.environ.get(env_key)
if value is not None:
value = value.lower()