mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
remove python2 support from awxkit
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
try:
|
||||
from unittest.mock import patch
|
||||
except ImportError:
|
||||
from mock import patch
|
||||
from unittest.mock import patch
|
||||
import pytest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user