mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
Fix E302: add 2 blank lines before top-level function
This commit is contained in:
parent
8949e2b598
commit
fef3a835cf
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import pytest
|
|||
from unittest.mock import mock_open, patch, MagicMock
|
||||
from nfs_exports_info import get_exports
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def fake_exports_content():
|
||||
return """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue