Skip to content

Commit f4f5640

Browse files
committed
feat: implemented caching mechanism
1 parent 55f3be5 commit f4f5640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/webapp/databricks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
from typing import List, Any, Dict, IO, cast, Optional
2020
from fastapi import HTTPException
2121
import requests
22-
import hashlib, json, gzip
22+
import hashlib
23+
import json
24+
import gzip
2325

2426
try:
2527
import tomllib as _toml # Py 3.11+

0 commit comments

Comments
 (0)