Skip to content

Commit 2ed1654

Browse files
committed
Removed unused imports
1 parent b1301aa commit 2ed1654

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import queue
1313
import sys
1414
import threading
15-
from _ctypes_test import func
1615
from asyncio import BaseEventLoop
1716
from logging import LogRecord
1817
from typing import List, Optional
@@ -322,7 +321,7 @@ async def _handle__functions_metadata_request(self, request):
322321
function_log = "Function Name: {}, Function Binding: {}" \
323322
.format(func.get_function_name(),
324323
[(binding.type, binding.name) for binding in
325-
func.get_bindings()])
324+
func.get_bindings()])
326325
indexed_function_logs.append(function_log)
327326

328327
logger.info(

0 commit comments

Comments
 (0)