Merge "Remove stale comment in _memcache_pool"

This commit is contained in:
Zuul 2019-03-26 09:42:23 +00:00 committed by Gerrit Code Review
commit c3972eb2bd
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
"""Thread-safe connection pool for python-memcached."""
# NOTE(yorik-sar): this file is copied between keystone and keystonemiddleware
# and should be kept in sync until we can use external library for this.
import collections
import contextlib
import itertools