Skip to content

Commit

Permalink
[优化]header
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Jul 26, 2023
1 parent 29ae63a commit 6d4c582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pydbapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# @Author: chunyang.xu
# @Date: 2023-06-02 15:27:41
# @Last Modified by: chunyang.xu
# @Last Modified time: 2023-07-26 18:06:21
# @Last Modified time: 2023-07-26 18:20:31
# @github: https://github.com/longfengpili

import os
import logging.config
from pydbapi.conf.settings import LOGGING_CONFIG
from pydbapi.conf.logconf import LOGGING_CONFIG
logging.config.dictConfig(LOGGING_CONFIG)

os.environ['NUMEXPR_MAX_THREADS'] = '16'
Expand Down
4 changes: 2 additions & 2 deletions tests/base/db_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# @Author: chunyang.xu
# @Date: 2023-06-02 15:27:41
# @Last Modified by: chunyang.xu
# @Last Modified time: 2023-07-26 18:06:48
# @Last Modified time: 2023-07-26 18:22:19
# @github: https://github.com/longfengpili

import pytest

from pydbapi.sql import SqlParse
from pydbapi.conf.settings import LOGGING_CONFIG
from pydbapi.conf.logconf import LOGGING_CONFIG
import logging.config
logging.config.dictConfig(LOGGING_CONFIG)

Expand Down

0 comments on commit 6d4c582

Please sign in to comment.