Skip to content

Commit 4ed6519

Browse files
committed
Refresh debian/patches/0001-import-unvendorized-decorator.patch
1 parent a890cea commit 4ed6519

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

debian/patches/0001-import-unvendorized-decorator.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Index: python3-prometheus-client/prometheus_client/context_managers.py
99
===================================================================
1010
--- python3-prometheus-client.orig/prometheus_client/context_managers.py
1111
+++ python3-prometheus-client/prometheus_client/context_managers.py
12-
@@ -6,7 +6,7 @@ from typing import Any, Callable, Option
13-
if sys.version_info >= (3, 8, 0):
14-
from typing import Literal
12+
@@ -5,7 +5,7 @@ from typing import (
13+
Union,
14+
)
1515

1616
-from .decorator import decorate
1717
+from decorator import decorate

0 commit comments

Comments
 (0)