Skip to content

Commit 2e978b5

Browse files
committed
Use double quotes in dockstring
1 parent 61bbd6d commit 2e978b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def loop(request):
2525

2626
@pytest.fixture(scope='session')
2727
def session_id():
28-
'''Unique session identifier, random string.'''
28+
"""Unique session identifier, random string."""
2929
return str(uuid.uuid4())
3030

3131

0 commit comments

Comments
 (0)