Skip to content

Commit 4110a8c

Browse files
committed
linting format
1 parent 0d1cc6e commit 4110a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_href(self):
7979
if self.is_resolved():
8080
href = self.target.get_self_href()
8181
else:
82-
href = self.target
82+
href = self.target
8383

8484
# if a hierarchical link with an owner and root, and relative catalog
8585
if self.rel in HIERARCHICAL_LINKS and self.owner is not None:

0 commit comments

Comments
 (0)