Skip to content

Commit f88e1a4

Browse files
committed
lint fix hopefully
1 parent 7389982 commit f88e1a4

File tree

2 files changed

+499
-483
lines changed

2 files changed

+499
-483
lines changed

examples/browser_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
except Exception:
1111
from browser_tool_helpers import Browser # when run as a script
1212

13+
1314
def main() -> None:
1415
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
1516
browser = Browser(initial_state=None, client=client)

0 commit comments

Comments
 (0)