Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Dec 23, 2023
1 parent ebf8a2e commit 890c94a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion monitoring/prober/rid/v1/test_isa_expiry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Test ISAs aren't returned after they expire."""

import datetime
import time

from monitoring.monitorlib.delay import sleep
from monitoring.monitorlib.infrastructure import default_scope
Expand Down
2 changes: 1 addition & 1 deletion monitoring/prober/rid/v2/test_isa_expiry.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Test ISAs aren't returned after they expire."""

import datetime
import time

from monitoring.monitorlib.delay import sleep
from uas_standards.astm.f3411.v22a.api import OPERATIONS, OperationID
from uas_standards.astm.f3411.v22a.constants import Scope

Expand Down

0 comments on commit 890c94a

Please sign in to comment.