Skip to content

import fix for some helpers and steps #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EliChin
Copy link

@EliChin EliChin commented Mar 1, 2023

Some imports were not full and resulted in run failures (at least, in VSCode).

import urllib3
from botocore.config import Config
from botocore.exceptions import ClientError
from frostfs_testlib.shell import Shell
from pytest import FixtureRequest

import pytest_tests.steps.s3_gate_bucket

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest maintaining a single style: from ... import ....

from pytest_tests.steps import s3_gate_bucket

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants