Skip to content

Commit 5749ef0

Browse files
author
Chinmay Chandak
committed
2 parents 2bca156 + e1e2401 commit 5749ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamz/dataframe/tests/test_cudf_dataframes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def client():
3434

3535
@pytest.fixture(params=['core', 'dask'])
3636
def stream(request, client): # flake8: noqa
37-
if request.param == "core":
37+
if request.param == 'core':
3838
return Stream()
3939
else:
4040
return DaskStream()

0 commit comments

Comments
 (0)