Skip to content

Commit c74b390

Browse files
committed
Resolve accidental merge artifact
1 parent c5afa38 commit c74b390

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/_array_api_conf.py

-6
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,9 @@
196196

197197
def process_signature(app, what, name, obj, options, signature, return_annotation):
198198
if signature:
199-
<<<<<<<< HEAD:spec/2021.12/conf.py
200-
signature = signature.replace("signatures._types.", "")
201-
if return_annotation:
202-
return_annotation = return_annotation.replace("signatures._types.", "")
203-
========
204199
signature = re.sub(r_type_prefix, "", signature)
205200
if return_annotation:
206201
return_annotation = re.sub(r_type_prefix, "", return_annotation)
207-
>>>>>>>> bbd0384 (Squashed old all-versions work):src/_array_api_conf.py
208202
return signature, return_annotation
209203

210204
def setup(app):

0 commit comments

Comments
 (0)