fix: add missing os import in test_browser.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-02 17:56:50 -08:00
parent b2da3545f9
commit 47743e7f90

View file

@ -1,3 +1,4 @@
import os
import unittest import unittest
from unittest.mock import patch from unittest.mock import patch