mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add ignore warning
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
5b7d970d23
commit
c1fc8c9bb3
1 changed files with 2 additions and 0 deletions
|
|
@ -6,11 +6,13 @@ import logging
|
|||
import os
|
||||
import time
|
||||
import traceback
|
||||
import warnings
|
||||
from pathlib import Path
|
||||
|
||||
import aenum
|
||||
import openapi_client as pt
|
||||
|
||||
warnings.filterwarnings("ignore")
|
||||
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s %(levelname)s %(message)s")
|
||||
logger = logging.getLogger("test_serialize")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue