Skip to content

Commit 35fd373

Browse files
committed
fix(pc):
1 parent f2b95a0 commit 35fd373

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agentic_security/probe_data/msj_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses import dataclass
22

3-
from cache_to_disk import cache_to_disk
3+
from cache_to_disk import cache_to_disk # noqa
44

55

66
# TODO: refactor this class to use from .data

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import pytest
44
from cache_to_disk import delete_old_disk_caches
5+
56
from agentic_security.logutils import logger
67

78

0 commit comments

Comments
 (0)