Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 committed Jan 16, 2025
1 parent 9c845bf commit 685cc14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/proofpoint_tap/unit_test/test_monitor_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from test_util import Util
from unittest import TestCase
from parameterized import parameterized
from datetime import datetime, timezone, timedelta
from json import loads
from datetime import datetime, timezone
from jsonschema import validate

ENV_VALUE = '{"year": 2024, "month": 1, "day": 27, "hour": 0, "minute": 0, "second": 0}'
Expand Down

0 comments on commit 685cc14

Please sign in to comment.