Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteprox committed Aug 22, 2024
1 parent 3aa7e5f commit b11f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/app/pipelines/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def load_loras(pipeline: any, requested_lora: str, loaded_loras: list) -> list:
"""
# No LoRas to load
if requested_lora == "" or requested_lora == None:
return;
return
# Parse LoRas param as JSON to extract key-value pairs
# Build a list of adapter names and their requested strength
adapters = []
Expand Down

0 comments on commit b11f621

Please sign in to comment.