mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Fix mypy type
This commit is contained in:
parent
3835a6ac64
commit
8c0845a911
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class RegistrationResourceWithNewAuthzrURI(messages.RegistrationResource):
|
|||
continue to write out this field for some time so older
|
||||
clients don't crash in that scenario.
|
||||
"""
|
||||
new_authzr_uri = jose.Field('new_authzr_uri')
|
||||
new_authzr_uri: str = jose.field('new_authzr_uri')
|
||||
|
||||
class AccountFileStorage(interfaces.AccountStorage):
|
||||
"""Accounts file storage.
|
||||
|
|
|
|||
Loading…
Reference in a new issue