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,4 +1,4 @@
from mock import ANY
from unittest.mock import ANY
from app.statsd_decorators import statsd
import app