mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-12 17:34:48 -04:00
Fixed imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import uuid
|
||||
from collections import namedtuple
|
||||
from datetime import datetime, timedelta
|
||||
from unittest import mock
|
||||
from unittest.mock import Mock
|
||||
from collections import namedtuple
|
||||
|
||||
import pytest
|
||||
import pytz
|
||||
|
||||
Reference in New Issue
Block a user