mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Please new flake8 (#2789)
it stopped liking lack of space character between `,` and `\`
```python
foo,\
bar
```
This commit is contained in:
+3
-2
@@ -5,8 +5,9 @@ import urllib3
|
|||||||
|
|
||||||
from mock import Mock, PropertyMock, patch
|
from mock import Mock, PropertyMock, patch
|
||||||
from patroni.dcs.etcd import DnsCachingResolver
|
from patroni.dcs.etcd import DnsCachingResolver
|
||||||
from patroni.dcs.etcd3 import PatroniEtcd3Client, Cluster, Etcd3Client, Etcd3Error, Etcd3ClientError, RetryFailedError,\
|
from patroni.dcs.etcd3 import PatroniEtcd3Client, Cluster, Etcd3, Etcd3Client, \
|
||||||
InvalidAuthToken, Unavailable, Unknown, UnsupportedEtcdVersion, UserEmpty, AuthFailed, base64_encode, Etcd3
|
Etcd3Error, Etcd3ClientError, RetryFailedError, InvalidAuthToken, Unavailable, \
|
||||||
|
Unknown, UnsupportedEtcdVersion, UserEmpty, AuthFailed, base64_encode
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
from . import SleepException, MockResponse
|
from . import SleepException, MockResponse
|
||||||
|
|||||||
Reference in New Issue
Block a user