Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2023
1 parent 3cc4dff commit 4644c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
exclude:
exclude:
- os: ubuntu-latest
python-version: "3.6"
- os: ubuntu-20.04
Expand Down
1 change: 0 additions & 1 deletion ruia_peewee_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def after_start(**kwargs):
mysql, mysql_model, postgres, postgres_model = check_config(kwargs)

async def init_after_start(spider_ins):

if mysql and mysql_model:
spider_ins.mysql_config = mysql
# spider_ins.mysql_model = mysql_model
Expand Down

0 comments on commit 4644c7e

Please sign in to comment.