Skip to content

Commit 900cd1c

Browse files
committed
quality
1 parent dac63dd commit 900cd1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/check_support_list.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def check_attention_processors():
4747
f"{processor} should be in listed in the attention processor documentation but is not. Please update the documentation."
4848
)
4949

50+
5051
def check_image_processors():
5152
with open(os.path.join(REPO_PATH, "docs/source/en/api/image_processor.md"), "r") as f:
5253
doctext = f.read()
@@ -63,6 +64,7 @@ def check_image_processors():
6364
f"{processor} should be in listed in the image processor documentation but is not. Please update the documentation."
6465
)
6566

67+
6668
def check_activations():
6769
with open(os.path.join(REPO_PATH, "docs/source/en/api/activations.md"), "r") as f:
6870
doctext = f.read()

0 commit comments

Comments
 (0)