We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8167c9 commit 05f2a02Copy full SHA for 05f2a02
azure/durable_functions/entity.py
@@ -3,8 +3,6 @@
3
from datetime import datetime
4
from typing import Callable, Any, List, Dict
5
6
-import azure.functions as func
7
-
8
9
class InternalEntityException(Exception):
10
"""Framework-internal Exception class (for internal use only)."""
0 commit comments