Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanScripts committed Jul 10, 2023
1 parent e4b9b7e commit 612c1f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.

import pytest
import json

def pytest_addoption(parser):
"""Method to add option for creds in tests."""
Expand Down Expand Up @@ -52,4 +51,4 @@ def flow_name(request):

@pytest.fixture(scope="session")
def page_name(request):
return request.config.getoption("page_name")
return request.config.getoption("page_name")

0 comments on commit 612c1f9

Please sign in to comment.