mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
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