chore(flake): fix flake remarks
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
33f820f8de
commit
a8de124eeb
3 changed files with 0 additions and 7 deletions
|
@ -1,11 +1,8 @@
|
|||
from avl import AVLTree, _balance_factor
|
||||
|
||||
import logging
|
||||
import random
|
||||
from typing import List
|
||||
|
||||
import hypothesis
|
||||
import hypothesis.strategies as st
|
||||
import pytest
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
@ -4,7 +4,6 @@ from ravl import RAVLTree
|
|||
|
||||
import logging
|
||||
import random
|
||||
from typing import List
|
||||
|
||||
import hypothesis
|
||||
import hypothesis.strategies as st
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
from ravl import RAVLTree
|
||||
|
||||
import hypothesis
|
||||
import hypothesis.strategies as st
|
||||
import logging
|
||||
import pytest
|
||||
import random
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue