Skip to content

Commit 6d1eb61

Browse files
committed
lint
1 parent 1f154ce commit 6d1eb61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/pandas-gbq/noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ def default(session):
235235
def unit(session):
236236
"""Run the unit test suite."""
237237
if session.python not in UNIT_TEST_PYTHON_VERSIONS:
238-
session.skip(f"Testing of Python runtime {session.python} skipped because it's not in {UNIT_TEST_PYTHON_VERSIONS}")
238+
session.skip(
239+
f"Testing of Python runtime {session.python} skipped because it's not in {UNIT_TEST_PYTHON_VERSIONS}"
240+
)
239241
default(session)
240242

241243

0 commit comments

Comments
 (0)