mirror of https://github.com/tqdm/tqdm.git
add missing docstrings
This commit is contained in:
parent
0ca5e73d4f
commit
2a318d9b06
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue