From 0c28955b6ed9d1fe25b9a519e3ca7830b555cf39 Mon Sep 17 00:00:00 2001 From: victoris93 Date: Mon, 22 Sep 2025 15:28:03 +0300 Subject: [PATCH] added comment to explain what getpass does --- minimal_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_auth.py b/minimal_auth.py index 30fd41f..9f535a7 100644 --- a/minimal_auth.py +++ b/minimal_auth.py @@ -1,4 +1,4 @@ -import getpass +import getpass # hides types characters, very useful import json import sys