Skip to content

Commit 7c4cc91

Browse files
committed
chore: lint
1 parent b87d072 commit 7c4cc91

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/google-cloud-ndb/noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ def doctest(session):
400400

401401
# Run the system/emulator tests
402402
@nox.session(py="3.12")
403-
@nox.parametrize("test_type", ["system_default", "emulator_system", "old_emulator_system"])
403+
@nox.parametrize(
404+
"test_type", ["system_default", "emulator_system", "old_emulator_system"]
405+
)
404406
def system(session, test_type):
405407
"""Run the system/emulator tests."""
406408
test_map = {

0 commit comments

Comments
 (0)