Commit 27f9f55 1 parent 2a759ff commit 27f9f55 Copy full SHA for 27f9f55
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
from aiohttp_admin2 .resources .postgres_resource .postgres_resource import \
3
3
PostgresResource
4
- from aiohttp_admin2 .resources .mongo_resource .mongo_resource import MongoResource
5
- from aiohttp_admin2 .resources .mysql_resource .mysql_resource import MySqlResource
6
4
from aiohttp_admin2 .resources .dict_resource .dict_resource import DictResource
7
5
from aiohttp_admin2 .resources .abc import Instance
Original file line number Diff line number Diff line change 17
17
18
18
from aiohttp_admin2 .resources import (
19
19
PostgresResource ,
20
- MySqlResource ,
21
- # MongoResource,
22
20
DictResource ,
23
21
)
22
+ from aiohttp_admin2 .resources .mysql_resource .mysql_resource import MySqlResource
23
+ # from aiohttp_admin2.resources.mongo_resource.mongo_resource import MongoResource
24
24
25
25
26
26
resource_params = [
You can’t perform that action at this time.
0 commit comments