Syncing before linting with black

This commit is contained in:
2025-11-06 10:59:59 -05:00
parent 2226cd8e46
commit f33b041ac0
10 changed files with 25 additions and 21 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from typing import Dict, List, Optional
from typing import Dict, List
def pull_policy_exec_histories(self, type: List[str], checkpoint: str, policy: List[str]) -> str:
"""Retrieve execution history logs."""