Skip to content

Commit 4e16cfb

Browse files
committed
removing redundant !s
1 parent da08390 commit 4e16cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _build_schema_from_introspection(self, execution_result: ExecutionResult):
154154
raise TransportQueryError(
155155
(
156156
"Error while fetching schema: "
157-
f"{str_first_element(execution_result.errors)!s}\n"
157+
f"{str_first_element(execution_result.errors)}\n"
158158
"If you don't need the schema, you can try with: "
159159
'"fetch_schema_from_transport=False"'
160160
),

0 commit comments

Comments
 (0)