Follow up patch to fix a multiline import NITPIC
This change cleans up test/unit/obj/test_replicator.py's imports to use only 1 version of multiline import syntaxes (' \' vs '()'). I don't really mind which, but we should be consistant, at least in the same file. This is a follow up for patch 215857. Change-Id: Ie2d328c25865b19092c493981a803ee246a9d7a5
This commit is contained in:
parent
a38f63e1c6
commit
6a35d479e8
@ -31,8 +31,8 @@ from eventlet import Timeout, tpool
|
||||
from test.unit import (debug_logger, patch_policies, make_timestamp_iter,
|
||||
mocked_http_conn)
|
||||
from swift.common import utils
|
||||
from swift.common.utils import hash_path, mkdirs, normalize_timestamp, \
|
||||
storage_directory
|
||||
from swift.common.utils import (hash_path, mkdirs, normalize_timestamp,
|
||||
storage_directory)
|
||||
from swift.common import ring
|
||||
from swift.obj import diskfile, replicator as object_replicator
|
||||
from swift.common.storage_policy import StoragePolicy, POLICIES
|
||||
|
Loading…
Reference in New Issue
Block a user