Skip to content

Commit 367d1b7

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3/package.py
1 parent 4e027ab commit 367d1b7

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
14+
from __future__ import annotations
1515

1616
_instruments: tuple[str, ...] = tuple()

0 commit comments

Comments
 (0)