formatting

This commit is contained in:
Abubakar Abid 2022-03-04 00:09:20 -05:00
parent 5cf8bcbc01
commit a38a428072

View File

@ -202,8 +202,10 @@ class Interface(Launchable):
].index(True)
self.state_return_index = state_return_index
else:
raise ValueError("For a stateful interface, there must be exactly one State"
" input component and one State output component.")
raise ValueError(
"For a stateful interface, there must be exactly one State"
" input component and one State output component."
)
if (
interpretation is None