Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport explicitly #74

Merged
merged 2 commits into from Sep 8, 2021
Merged

Reexport explicitly #74

merged 2 commits into from Sep 8, 2021

Conversation

Pliner
Copy link
Contributor

@Pliner Pliner commented Sep 8, 2021

@Pliner Pliner changed the title Reexport implicitly Reexport explicitly Sep 8, 2021
@@ -49,17 +50,101 @@
from .tracing import NOOP_TRACER, NoopSpan, NoopTracer, Span, Tracer
from .transport import Transport

__all__: Tuple[str, ...] = (
# base.py
Copy link

@ar1k ar1k Sep 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be better to export it via base._ _ all _ _ + circuit_breaker._ _ all _ _ + ...

"NoopTracer",
"Span",
"Tracer",
"Transport",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from transport.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

ar1k
ar1k previously approved these changes Sep 8, 2021
@Pliner Pliner merged commit b3b979f into main Sep 8, 2021
@Pliner Pliner deleted the explicit-reexport branch September 8, 2021 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants