Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Jan 31, 2025
1 parent 3ff7f40 commit 6154d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def update_apply(cls, added_parameters):
last_instance = i
x = i+1
while x < len(doc_lines):
if(doc_lines[x].isspace()):
if doc_lines[x].isspace():
break
if not (":param" in doc_lines[x] or ":type" in
doc_lines[x] or ":raise" in doc_lines[x]):
Expand Down

0 comments on commit 6154d99

Please sign in to comment.