mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
replace mock with unittest.mock
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from mock import ANY
|
||||
from unittest.mock import ANY
|
||||
|
||||
from app.statsd_decorators import statsd
|
||||
import app
|
||||
|
||||
Reference in New Issue
Block a user