Skip to content

Commit

Permalink
feat(class): add a create_model for user to get model class from its …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
JackTheMico committed Aug 26, 2022
1 parent 9f22204 commit f76cdc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruia_peewee_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from peewee_async import Manager, MySQLDatabase, PostgresqlDatabase
from pymysql import OperationalError
from ruia import Spider as RuiaSpider
from ruia.exceptions import SpiderHookError


class Spider(RuiaSpider):
Expand Down

0 comments on commit f76cdc0

Please sign in to comment.