lint: ruff format

This commit is contained in:
Daulet Amirkhanov 2025-08-19 13:07:10 +01:00
parent 4b78866403
commit 284a6d1cd6

View file

@ -6,6 +6,7 @@ from types import ModuleType
import pytest
class _DBOpenError(RuntimeError):
pass
@ -48,6 +49,7 @@ def stub_import(monkeypatch):
mod.__path__ = [] # type: ignore[attr-defined]
monkeypatch.setitem(sys.modules, name, mod)
return mod
return _install_stub