replace mock with unittest.mock

This commit is contained in:
Leo Hemsted
2016-08-31 12:39:11 +01:00
parent c91358673f
commit 7240df0641
4 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import os
import boto3
import mock
from unittest import mock
import pytest
from alembic.command import upgrade
from alembic.config import Config