Skip to content

Commit 854d66e

Browse files
author
Jon Duckworth
authored
Merge pull request #529 from l0b0/refactor/call-rather-than-duplicate-parent-constructor
chore: Remove unused constructor
2 parents 1a7f66b + 9595795 commit 854d66e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pystac/extensions/projection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ class ProjectionExtension(
4646
>>> proj_ext = ProjectionExtension.ext(item)
4747
"""
4848

49-
def __init__(self, item: pystac.Item) -> None:
50-
self.item = item
51-
5249
def apply(
5350
self,
5451
epsg: Optional[int],

0 commit comments

Comments
 (0)