Skip to content

Commit 05823d2

Browse files
committed
remove unused file
1 parent bf59ee1 commit 05823d2

File tree

3 files changed

+0
-123
lines changed

3 files changed

+0
-123
lines changed

google/cloud/storage/_experimental/asyncio/retry/bidi_stream_retry_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import asyncio
1615
from typing import Any, AsyncIterator, Callable
1716

18-
from google.api_core import exceptions
1917
from google.cloud.storage._experimental.asyncio.retry.base_strategy import (
2018
_BaseResumptionStrategy,
2119
)

poc_bidi_retry_final.py

Lines changed: 0 additions & 120 deletions
This file was deleted.

tests/unit/asyncio/retry/test_bidi_stream_retry_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import asyncio
1615
from unittest import mock
1716

1817
import pytest

0 commit comments

Comments
 (0)