mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-21 03:55:27 +00:00
Add docstring to types_.
This commit is contained in:
parent
30f5c71a49
commit
3c93605ead
@ -1,3 +1,7 @@
|
||||
"""
|
||||
Type definitions used by modules in this package.
|
||||
"""
|
||||
|
||||
# Python 3 only
|
||||
|
||||
from typing import List, Tuple, Type, Sequence, Any
|
||||
|
Loading…
Reference in New Issue
Block a user