Skip to content

Commit 5b8b672

Browse files
committed
add missing import
1 parent db97a07 commit 5b8b672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stagehand/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22
from datetime import datetime
3-
from importlib.metadata import version
3+
from importlib.metadata import version, PackageNotFoundError
44
from typing import Any
55

66
from .utils import convert_dict_keys_to_camel_case

0 commit comments

Comments
 (0)