mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-09-02 17:49:34 +00:00
Reformat imports with isort (#3123)
Besides that: 1. Introduce `setup.py isort` for quick check 2. Introduce GH actions to check imports
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import json
|
||||
import patroni.psycopg as pg
|
||||
|
||||
from time import sleep, time
|
||||
|
||||
from behave import step, then
|
||||
from time import sleep, time
|
||||
|
||||
import patroni.psycopg as pg
|
||||
|
||||
|
||||
@step('I start {name:w}')
|
||||
|
||||
Reference in New Issue
Block a user