Skip to content

Commit 3f1b270

Browse files
committed
Fix pep8 issues
1 parent 369c8fd commit 3f1b270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quark/script/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ def findMethodInCaller(
250250
"""
251251
Check if target method is in caller method.
252252
253-
:params callerMethod: python list contains class name, method name and
254-
descriptor of caller method.
255-
:params targetMethod: python list contains class name, method name and
256-
descriptor of target method.
253+
:params callerMethod: python list contains class name,
254+
method name and descriptor of caller method.
255+
:params targetMethod: python list contains class name,
256+
method name and descriptor of target method.
257257
:return: True/False
258258
"""
259259

0 commit comments

Comments
 (0)