add missing docstrings

This commit is contained in:
Casper da Costa-Luis 2020-04-26 22:31:53 +01:00
parent 0ca5e73d4f
commit 2a318d9b06
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
"""
Auto-generate tqdm/completion.sh from docstrings.
"""
from __future__ import print_function
from io import open as io_open
from os import path

View File

@ -1,3 +1,6 @@
"""
Auto-generate README.rst from .meta/.readme.rst and docstrings.
"""
from __future__ import print_function
from io import open as io_open
from os import path