Skip to content

Commit

Permalink
pylintrc: enable wrong-import-order
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Sep 5, 2022
1 parent 2b78ded commit 9f7cd64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions backup/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
import threading
import time
import uuid
import yaml

from collections import Counter

import yaml
import ovirtsdk4 as sdk
import ovirtsdk4.types as types

Expand Down
3 changes: 1 addition & 2 deletions delete-snapshot-chain/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import threading
import time
import uuid
import yaml

from collections import Counter

import yaml
import ovirtsdk4 as sdk
import ovirtsdk4.types as types

Expand Down
3 changes: 1 addition & 2 deletions delete-snapshot/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
import threading
import time
import uuid
import yaml

from collections import Counter

import yaml
import ovirtsdk4 as sdk
import ovirtsdk4.types as types

Expand Down
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ disable=raw-checker-failed,
consider-using-f-string,
invalid-name,
unspecified-encoding,
wrong-import-order,
R,


Expand Down

0 comments on commit 9f7cd64

Please sign in to comment.