mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add some types
This commit is contained in:
parent
ddbf9b6389
commit
de8a5131d1
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ def os_rename(src, dst):
|
|||
|
||||
|
||||
def readline_with_timeout(timeout, prompt):
|
||||
# type: (float, str) -> str
|
||||
"""
|
||||
Read user input to return the first line entered, or raise after specified timeout.
|
||||
|
||||
|
|
@ -122,6 +123,7 @@ LINUX_DEFAULT_FOLDERS = {
|
|||
|
||||
|
||||
def get_default_folder(folder_type):
|
||||
# type: (str) -> str
|
||||
"""
|
||||
Return the relevant default folder for the current OS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue