Skip to content

Commit aa386db

Browse files
Refactored docstring for style to scilence linter FLK-D209.
1 parent b0fc5e0 commit aa386db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_usage.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ def checkPythonCommand(args=None, stderr=None):
9797

9898
@profiling.do_cprofile
9999
def timePythonCommand(args=None, stderr=None):
100-
"""Function for backend subprocess check_output command
101-
with support for coverage and profiling."""
100+
"""
101+
Function for backend subprocess check_output command
102+
with support for coverage and profiling.
103+
"""
102104
if args is None:
103105
args = [None]
104106
return checkPythonCommand(args, stderr)

0 commit comments

Comments
 (0)