Skip to content

Commit

Permalink
Fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
bartv committed Jun 24, 2024
1 parent 07367b6 commit 30b4f90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from unittest import mock
import asyncio
from unittest import mock

from asyncpg import Connection, cursor, Record
from wrapt import ObjectProxy
import pytest
from asyncpg import Connection, Record, cursor
from wrapt import ObjectProxy

from opentelemetry.instrumentation.asyncpg import AsyncPGInstrumentor
from opentelemetry.test.test_base import TestBase
Expand Down

0 comments on commit 30b4f90

Please sign in to comment.