Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 79fb0f3

Browse files
committed
omit unused imports
1 parent d3e7791 commit 79fb0f3

File tree

9 files changed

+0
-13
lines changed

9 files changed

+0
-13
lines changed

tests/unit/pubsub_v1/publisher/sequencer/test_ordered_sequencer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
# limitations under the License.
1414

1515
import concurrent.futures as futures
16-
import sys
1716

1817
from unittest import mock
19-
2018
import pytest
2119

2220
from google.auth import credentials

tests/unit/pubsub_v1/publisher/sequencer/test_unordered_sequencer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
import sys
1514

1615
from unittest import mock
17-
1816
import pytest
1917

2018
from google.auth import credentials

tests/unit/pubsub_v1/subscriber/test_futures_subscriber.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
# limitations under the License.
1414

1515
from __future__ import absolute_import
16-
import sys
1716

1817
from unittest import mock
19-
2018
import pytest
2119

2220
from google.cloud.pubsub_v1.subscriber import futures

tests/unit/pubsub_v1/subscriber/test_heartbeater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import logging
16-
import sys
1716
import threading
1817

1918
from google.cloud.pubsub_v1.subscriber._protocol import heartbeater

tests/unit/pubsub_v1/subscriber/test_helper_threads.py

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

15-
import sys
16-
1715
from unittest import mock
1816

1917
import queue

tests/unit/pubsub_v1/subscriber/test_leaser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import logging
16-
import sys
1716
import threading
1817

1918
from google.cloud.pubsub_v1 import types

tests/unit/pubsub_v1/subscriber/test_message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import datetime
1616
import queue
17-
import sys
1817
import time
1918

2019
from unittest import mock

tests/unit/pubsub_v1/subscriber/test_scheduler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import concurrent.futures
1616
import queue
1717
import pytest
18-
import sys
1918
import threading
2019
import time
2120

tests/unit/pubsub_v1/subscriber/test_subscribe_opentelemetry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import datetime
1616
import time
17-
import sys
1817
import queue
1918
import pytest
2019

0 commit comments

Comments
 (0)