1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

fix format

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-06 14:13:34 +09:00
parent 6756690401
commit f9ea7661d2
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -1,15 +1,15 @@
import json
import os
import logging
import base64
import openapi_client as pt
from pathlib import Path
import time
import glob
import aenum
import concurrent.futures
import glob
import json
import logging
import os
import time
import traceback
from pathlib import Path
import aenum
import openapi_client as pt
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s %(levelname)s %(message)s")
logger = logging.getLogger("test_serialize")
@ -96,7 +96,7 @@ def match_rate(a, b, key=""):
return sum(data) / len(a)
if a == b:
return 1
return match_rate_zero(a, b, key=key)
return match_rate_zero(key)
def save_cache(data):