Skip to content

Commit defb354

Browse files
committed
🔨 Removing TODO
1 parent 50d7dc5 commit defb354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snakypy/zshpower/prompt/sections/python.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def get_version(self, space_elem: str = " ") -> str:
9696
def __str__(self):
9797
if self.enable:
9898
if is_tool("python") or is_tool("python3"):
99-
# TODO: Não está mostrando versão pyenv com aquivo .python-version no diretorio
10099
if (
101100
verify_objects(getcwd(), data=self.finder) is True
102101
or "VIRTUAL_ENV" in environ

0 commit comments

Comments
 (0)