Skip to content

Commit 0b114e4

Browse files
committed
fix import order
1 parent 1f93a36 commit 0b114e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opentelemetry-api/src/opentelemetry/context/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
from .base_context import BaseRuntimeContext
1818

19-
2019
__all__ = ['Context']
2120

2221

opentelemetry-api/src/opentelemetry/context/async_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import typing
1615
from contextvars import ContextVar
16+
import typing
1717

1818
from . import base_context
1919

0 commit comments

Comments
 (0)