mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
style: Run pre-commit
This commit is contained in:
parent
b47882b114
commit
9c6c13b78a
235 changed files with 7180 additions and 5628 deletions
|
@ -3,13 +3,13 @@ from unittest import mock
|
|||
import pytest
|
||||
|
||||
import aurweb.config
|
||||
|
||||
from aurweb.redis import redis_connection
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def rediss():
|
||||
""" Create a RedisStub. """
|
||||
"""Create a RedisStub."""
|
||||
|
||||
def mock_get(section, key):
|
||||
return "none"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue