Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
eevel committed Oct 25, 2022
1 parent 8ee91bc commit e70f6d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/twisted/conch/scripts/ckeygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,8 @@ def _getKeyOrDefault(
If C{options["filename"]} is None, prompt the user to enter a path
or attempt to set it to .ssh/id_rsa
@param options: command line options
@type options: L{Dict}
@param inputCollector: dependency injection for testing
@type inputCollector: L{Callable} or None
@param keyTypeName: key type or "rsa"
@type keyTypeName: l{str}
"""
if inputCollector is None:
inputCollector = input
Expand Down Expand Up @@ -338,14 +335,10 @@ def _saveKey(
Persist a SSH key on local filesystem.
@param key: Key which is persisted on local filesystem.
@type key: C{keys.Key} implementation.
@param options:
@type options: L{dict}
@param inputCollector: Dependency injection for testing.
@type inputCollector: L{function} or None.
"""
if inputCollector is None:
inputCollector = input
Expand Down

0 comments on commit e70f6d9

Please sign in to comment.