We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198b5df commit fd26575Copy full SHA for fd26575
1 file changed
src/vorta/keyring/darwin.py
@@ -121,7 +121,6 @@ def remove_password(self, service, repo_url):
121
logger.debug(f"Found password for repo {repo_url}")
122
SecKeychainItemDelete(keychain_item, None)
123
124
-
125
@property
126
def is_unlocked(self):
127
kSecUnlockStateStatus = 1
0 commit comments