Skip to content

Commit 8bac520

Browse files
committed
Remove unnecessary f-string
1 parent 7201c82 commit 8bac520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class UnaryParamContext(NamedTuple):
457457

458458
@property
459459
def id(self) -> str:
460-
return f"{self.func_name}"
460+
return self.func_name
461461

462462
def __repr__(self):
463463
return f"UnaryParamContext(<{self.id}>)"

0 commit comments

Comments
 (0)