mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-10 07:25:34 +00:00
Cleanup typehints & docstrings
This commit is contained in:
@@ -2,7 +2,7 @@ from .document import Document
|
||||
from .folder import Folder
|
||||
from typing import NoReturn, TypeVar
|
||||
|
||||
DocOrFolder = TypeVar('A', Document, Folder)
|
||||
DocOrFolder = TypeVar('DocumentOrFolder', Document, Folder)
|
||||
|
||||
|
||||
class Collection(object):
|
||||
|
||||
Reference in New Issue
Block a user