Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Jul 31, 2023
1 parent e96384c commit 6a24790
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rbc/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ def match_signature(self, atypes):

satypes = ", ".join(map(str, atypes))
raise TypeError(
f"compile_target={compile_target}: found no matching function type to the given argument types"
f" `{satypes}` and device `{device}` while processing `{self.name}`."
f" Available function type is `{this_type}`."
f"compile_target={compile_target}: found no matching function type "
f"to the given argument types `{satypes}` and device `{device}` "
f"while processing `{self.name}`. Available function type is "
f"`{this_type}`."
)

def get_codegen(self):
Expand Down

0 comments on commit 6a24790

Please sign in to comment.