Skip to content

Commit 9595795

Browse files
committed
chore: Remove unused constructor
1 parent 83a6598 commit 9595795

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)