Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:textile/python-textile into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 6, 2024
2 parents c55d83b + f930788 commit 6bcdf59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textile/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def has_raw_text(text):
return r != ''



def is_rel_url(url):
"""Identify relative urls."""
(scheme, netloc) = urlparse(url)[0:2]
Expand Down

0 comments on commit 6bcdf59

Please sign in to comment.