Skip to content

Commit 66e9056

Browse files
author
Paweł Kędzia
committed
Rename pgp.py to gpg.py and update the auditor import to use the new GPGAuditorLogStorage path.
1 parent 9048072 commit 66e9056

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llm_router_api/core/auditor/auditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
from llm_router_api.core.auditor.log_storage.pgp import GPGAuditorLogStorage
19+
from llm_router_api.core.auditor.log_storage.gpg import GPGAuditorLogStorage
2020

2121
DEFAULT_AUDITOR_STORAGE_CLASS = GPGAuditorLogStorage
2222

File renamed without changes.

0 commit comments

Comments
 (0)