Skip to content
Snippets Groups Projects
Commit ff49597c authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

removed U

parent ddbad0bd
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,6 @@ from .._safe_typing import SafeGeneric, T ...@@ -6,8 +6,6 @@ from .._safe_typing import SafeGeneric, T
__all__ = ['DictObject', 'apply_dict_object'] __all__ = ['DictObject', 'apply_dict_object']
U = tp.TypeVar('U')
class DictObject(dict, SafeGeneric): class DictObject(dict, SafeGeneric):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment