Skip to content

Commit 5059b82

Browse files
committed
Lint
1 parent 540421c commit 5059b82

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

durabletask/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from typing import Any, List, Optional, Sequence, TypeVar, Union
1010

1111
import grpc
12-
from google.protobuf import wrappers_pb2 as pb2
1312

1413
from durabletask.entities import EntityInstanceId
1514
from durabletask.entities.entity_metadata import EntityMetadata

tests/durabletask-azuremanaged/test_dts_batch_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import asyncio
33
import logging
44
import os
5-
import time
65
from datetime import datetime, timedelta, timezone
76

87
import pytest

0 commit comments

Comments
 (0)