mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
rewrite docstrings to match numpy style guide
This commit is contained in:
parent
d168b9c05b
commit
1e943a22df
22 changed files with 559 additions and 396 deletions
|
|
@ -36,7 +36,7 @@ options = None
|
|||
|
||||
|
||||
def disable_in_config(key, value):
|
||||
'''write a key/value to the local config.yml, then comment it out'''
|
||||
"""Write a key/value to the local config.yml, then comment it out."""
|
||||
import yaml
|
||||
with open('config.yml') as f:
|
||||
data = f.read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue