Skip to content

Commit

Permalink
Remove unnecessary APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihiko-shinoda committed Aug 17, 2020
1 parent 64b112b commit 2814fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errorcollector/error_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from contextlib import ContextDecorator
from typing import Generic, List, Optional, Type, TypeVar

__all__ = ["TypeVarError", "ErrorCollector", "SingleErrorCollector", "MultipleErrorCollector"]
__all__ = ["SingleErrorCollector", "MultipleErrorCollector"]

TypeVarError = TypeVar("TypeVarError", bound=Exception)

Expand Down

0 comments on commit 2814fa1

Please sign in to comment.