Skip to content

Commit

Permalink
Remove typing annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip authored Feb 2, 2024
1 parent 043d553 commit 23a30a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ def search_keys(self, query, keyserver='pgp.mit.edu', extra_args=None):
getattr(result, keyword)(L)
return result

def auto_locate_key(self, email, mechanisms=None, **kwargs) -> AutoLocateKey:
def auto_locate_key(self, email, mechanisms=None, **kwargs):
"""
Auto locate a public key by `email`.
Expand Down

0 comments on commit 23a30a5

Please sign in to comment.