Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoxu98 committed Nov 3, 2023
1 parent a8450fe commit 5ca0425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appletree/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ def set_config(self, configs):
"""
set_global_config(configs)
warn(
"New config is set, please run deduce() and compile() again to update the simulation code."
"New config is set, please run deduce() "
"and compile() again to update the simulation code."
)

def show_config(self, data_names: Union[List[str], Tuple[str]] = ["cs1", "cs2", "eff"]):
Expand Down

0 comments on commit 5ca0425

Please sign in to comment.