Skip to content

Commit

Permalink
chore: drop six (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 21, 2021
1 parent 5d48c72 commit fccd4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -22,12 +22,11 @@
import atexit
import datetime
import logging
import queue
import sys
import threading
import time

from six.moves import queue

from google.cloud.logging_v2 import _helpers
from google.cloud.logging_v2.handlers.transports.base import Transport

Expand Down
3 changes: 1 addition & 2 deletions tests/unit/handlers/transports/test_background_thread.py
Expand Up @@ -14,10 +14,10 @@

import time
import logging
import queue
import unittest

import mock
from six.moves import queue


class TestBackgroundThreadHandler(unittest.TestCase):
Expand Down Expand Up @@ -379,7 +379,6 @@ def test__thread_main_max_latency(self, time):
# _get_many invokes queue.get() followed by queue._get(). It fails
# the "change detector" test in that way. However, this is still a
# useful test to verify the queue timeout is appropriately calculated.
from six.moves import queue
from google.cloud.logging_v2.handlers.transports import background_thread

# Use monotonically increasing time.
Expand Down

0 comments on commit fccd4a5

Please sign in to comment.