Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Oct 23, 2024
1 parent f950ee8 commit 4e85a9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/aibs_informatics_core/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,6 @@ def get_env_base(
return env_base_cls.from_env()


# def get_env_base(env_base: Optional[Union[str, EnvBase]] = None) -> EnvBase:
# """Will look for the env_base as an environment variable."""
# return get_any_env_base(env_base)


def get_env_type(
env_type: Optional[Union[str, EnvType]] = None,
default_env_type: Optional[EnvType] = None,
Expand Down

0 comments on commit 4e85a9b

Please sign in to comment.