Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

use __all__ to avoid noqa #54

Open
RonnyPfannschmidt opened this issue Sep 8, 2017 · 1 comment
Open

use __all__ to avoid noqa #54

RonnyPfannschmidt opened this issue Sep 8, 2017 · 1 comment

Comments

@RonnyPfannschmidt
Copy link

from .span import Span # noqa
from .span import SpanContext # noqa
from .tracer import child_of # noqa
from .tracer import follows_from # noqa
from .tracer import Reference # noqa
from .tracer import ReferenceType # noqa
from .tracer import Tracer # noqa
from .tracer import start_child_span # noqa
from .propagation import Format # noqa
from .propagation import InvalidCarrierException # noqa
from .propagation import SpanContextCorruptedException # noqa
from .propagation import UnsupportedFormatException # noqa

@kasium
Copy link

kasium commented Jun 14, 2021

Hey, I've just seen this issue. What's about to use the per file ignore feature of flake8?

per-file-ignores =
    opentracing/*/__init__.py:F401

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants