Skip to content

Commit f48228d

Browse files
committed
fix lint
1 parent 5b8b672 commit f48228d

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, PackageNotFoundError
3+
from importlib.metadata import PackageNotFoundError, version
44
from typing import Any
55

66
from .utils import convert_dict_keys_to_camel_case

0 commit comments

Comments
 (0)