Skip to content

Commit 4e7eeeb

Browse files
committed
Fix linting
1 parent 71a3012 commit 4e7eeeb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

durabletask/entities/entity_instance_id.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from typing import Optional
2-
3-
41
class EntityInstanceId:
52
def __init__(self, entity: str, key: str):
63
self.entity = entity

0 commit comments

Comments
 (0)