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 Nov 28, 2022
1 parent f3026bb commit d822a54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ enable=c-extension-no-member,
consider-using-from-import,
import-error,
attribute-defined-outside-init,
wrong-import-order,


[DESIGN]
Expand Down

0 comments on commit d822a54

Please sign in to comment.