chore(flake): fix flake remarks

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-20 11:48:34 +02:00
parent 33f820f8de
commit a8de124eeb
Signed by: mfocko
GPG key ID: 7C47D46246790496
3 changed files with 0 additions and 7 deletions

View file

@ -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__)

View file

@ -4,7 +4,6 @@ from ravl import RAVLTree
import logging
import random
from typing import List
import hypothesis
import hypothesis.strategies as st

View file

@ -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__)