remove python2 support from awxkit

This commit is contained in:
Ryan Petrello
2020-03-18 09:06:20 -04:00
parent db7f0f9421
commit 06b3e54fb1
18 changed files with 27 additions and 116 deletions

View File

@@ -1,7 +1,4 @@
try:
from unittest.mock import patch
except ImportError:
from mock import patch
from unittest.mock import patch
import pytest