fix: remove unused webbrowser import in test file

This commit is contained in:
Paul Gauthier (aider) 2024-10-30 12:00:12 -07:00
parent a70b364842
commit bce586f510

View file

@ -1,7 +1,6 @@
import os
import shutil
import struct
import webbrowser
from unittest import mock
import pytest