Code Formatting (#1828)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
from unittest import mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_alembic_command_upgrade():
|
||||
with mock.patch("alembic.command.upgrade"):
|
||||
|
||||
Reference in New Issue
Block a user