Skip to content

Commit 5547d9b

Browse files
fix: add missing blank line before method
1 parent 9a696e3 commit 5547d9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg

instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class AsyncPGInstrumentor(BaseInstrumentor):
121121
"RESET ALL",
122122
])
123123
_tracer = None
124+
124125

125126
def _is_cleanup_query(self, query: str) -> bool:
126127
if query is None:

0 commit comments

Comments
 (0)