diff options
| author | Max Nanis | 2026-02-27 19:43:20 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-27 19:43:20 -0500 |
| commit | 758d60f4b6e46b2b601518cebee9af3b777f3c50 (patch) | |
| tree | 333f71cadf4a530d5da2f0169e9c9b74aec95b3b /jb/views | |
| parent | 3fda1fcd7b610947b21fc20efcfeab1bf1add7b0 (diff) | |
| download | amt-jb-758d60f4b6e46b2b601518cebee9af3b777f3c50.tar.gz amt-jb-758d60f4b6e46b2b601518cebee9af3b777f3c50.zip | |
Fix amt manager on check_stale_hits and other tasks.
Diffstat (limited to 'jb/views')
| -rw-r--r-- | jb/views/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jb/views/common.py b/jb/views/common.py index c87b1a5..7011557 100644 --- a/jb/views/common.py +++ b/jb/views/common.py @@ -1,5 +1,4 @@ import json -from unittest import case from typing import Dict, Any import requests |
