fix: Remove unused import mock_open

This commit is contained in:
Paul Gauthier (aider) 2025-03-31 08:58:35 +13:00 committed by Paul Gauthier
parent b6808e3700
commit 912f98e6eb
11 changed files with 230 additions and 107 deletions

View file

@ -3,7 +3,7 @@ import base64
import hashlib
import os
import unittest
from unittest.mock import MagicMock, mock_open, patch
from unittest.mock import MagicMock, patch
import requests