Skip to content

Commit 585a254

Browse files
committed
add future
1 parent 7f5b78c commit 585a254

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-urllib/src/opentelemetry/instrumentation/urllib

1 file changed

+1
-0
lines changed

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

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

15+
from __future__ import annotations
1516

1617
_instruments: tuple[str, ...] = tuple()
1718

0 commit comments

Comments
 (0)