src/eric7/DebugClients/Python/getpass.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/DebugClients/Python/getpass.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/DebugClients/Python/getpass.py	Wed May 24 19:54:24 2023 +0200
@@ -47,7 +47,7 @@
     return "<unknown"
 
 
-def getpass(prompt="Password: ", stream=None):
+def getpass(prompt="Password: ", stream=None):  # noqa: U100
     """
     Function to prompt for a password, with echo turned off.
 

eric ide

mercurial