Skip to content

Commit 05f2a02

Browse files
committed
Linter fix
1 parent c8167c9 commit 05f2a02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure/durable_functions/entity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from datetime import datetime
44
from typing import Callable, Any, List, Dict
55

6-
import azure.functions as func
7-
86

97
class InternalEntityException(Exception):
108
"""Framework-internal Exception class (for internal use only)."""

0 commit comments

Comments
 (0)