mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Fix: add __future__ imports to test for Python 2 compatibility
This commit is contained in:
parent
e0c4e3cdff
commit
4aa341ae63
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
import pytest
|
||||
from unittest.mock import mock_open, patch, MagicMock
|
||||
from nfs_exports_info import get_exports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue