Skip to content

Commit b22ac1d

Browse files
committed
fix(flask): vanilla imports
Signed-off-by: Varsha GS <[email protected]>
1 parent 2910cde commit b22ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/instrumentation/flask/vanilla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ...log import logger
1414
from ...singletons import agent, tracer
1515
from ...util.secrets import strip_secrets_from_query
16-
from common import extract_custom_headers
16+
from .common import extract_custom_headers
1717

1818
path_tpl_re = re.compile('<.*>')
1919

0 commit comments

Comments
 (0)