Skip to content
Snippets Groups Projects
Verified Commit 7208b28f authored by Jake's avatar Jake :speech_balloon:
Browse files

removed type annotation to fix pipeline

parent 772af3d4
Branches
No related tags found
No related merge requests found
Pipeline #503701 passed
......@@ -546,7 +546,7 @@ class Link:
return self.url
urlwithanchor = property(get_urlwithanchor, None, None)
def get_rel(self) -> str|None:
def get_rel(self):
"""
Get the relation in the context of the rel html attribute for this link
or None if no relation is known.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment