mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-30 14:19:43 -04:00
replace mock with unittest.mock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user