Skip to content

Commit

Permalink
Import datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford committed Aug 6, 2023
1 parent 5adcb61 commit fa977e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests_e2e/tests/agent_status/agent_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
# from fabric)
#

import datetime
import json

from azure.mgmt.compute.models import VirtualMachineInstanceView
from assertpy import assert_that
from datetime import datetime
from time import sleep
import json

from tests_e2e.tests.lib.agent_test import AgentTest
from tests_e2e.tests.lib.agent_test_context import AgentTestContext
Expand Down

0 comments on commit fa977e9

Please sign in to comment.