Skip to content

Commit 377ae4f

Browse files
committed
detailed sync
1 parent 1e92476 commit 377ae4f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/dtagent/plugins/event_log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#
2727
import logging
2828
from typing import Dict, Generator, Tuple
29-
import uuid
3029
import pandas as pd
3130
from dtagent.util import _unpack_json_dict
3231
from dtagent.plugins import Plugin

src/dtagent/plugins/resource_monitors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# SOFTWARE.
2525
#
2626
#
27-
import uuid
2827
import logging
2928
from typing import Tuple, Dict
3029
from regex import R

0 commit comments

Comments
 (0)