From ff396eba14d669362d7d03982737deab84209868 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 17 Oct 2024 11:57:19 +1100 Subject: [PATCH] fix: remove unused import --- src/functions_framework/_function_registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/functions_framework/_function_registry.py b/src/functions_framework/_function_registry.py index f266ee82..2214b5fd 100644 --- a/src/functions_framework/_function_registry.py +++ b/src/functions_framework/_function_registry.py @@ -16,7 +16,6 @@ import sys import types -from re import T from typing import Type from functions_framework.exceptions import (