Skip to content

Commit b813635

Browse files
committed
add missing import
1 parent e894952 commit b813635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pystac/extensions/view.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from pystac import Extensions
22
from pystac.item import Item
33
from pystac.extensions.base import (ItemExtension, ExtensionDefinition, ExtendedObject)
4+
from typing import Optional
45

56

67
class ViewItemExt(ItemExtension):

0 commit comments

Comments
 (0)