Skip to content

Commit 87dfa46

Browse files
committed
lint
1 parent a3397e1 commit 87dfa46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,9 @@ def get_db_status():
557557

558558

559559
@pytest.fixture(scope="session")
560-
def get_monitor_token_for_db_entities(test_linode_client, test_create_postgres_db):
560+
def get_monitor_token_for_db_entities(
561+
test_linode_client, test_create_postgres_db
562+
):
561563
client = test_linode_client
562564

563565
dbs = client.database.postgresql_instances()

0 commit comments

Comments
 (0)