Re-organize CI tests (#1052)
This commit is contained in:
@@ -54,7 +54,7 @@ class BaseToolCache:
|
||||
return val
|
||||
|
||||
def init_value(self, key):
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_cache_hit_rate(self):
|
||||
if self.metrics["total"] == 0:
|
||||
|
||||
Reference in New Issue
Block a user