Skip to content

Commit

Permalink
fixed problems related to optional modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfey committed Apr 3, 2024
1 parent 27f9f55 commit 64f7b80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 141 deletions.
2 changes: 1 addition & 1 deletion aiohttp_admin2/controllers/mongo_controller.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from umongo.document import MetaDocumentImplementation
from aiohttp_admin2.controllers.controller import Controller
from aiohttp_admin2.mappers.generics import MongoMapperGeneric
from aiohttp_admin2.mappers.generics.mongo import MongoMapperGeneric
from aiohttp_admin2.resources.mongo_resource.mongo_resource import MongoResource # noqa


Expand Down
139 changes: 0 additions & 139 deletions aiohttp_admin2/mappers/generics.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/mappers/generics/test_umongo_mapper_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from aiohttp_admin2.mappers import fields
from aiohttp_admin2.mappers.generics import MongoMapperGeneric
from aiohttp_admin2.mappers.generics.mongo import MongoMapperGeneric
from umongo import Document
from umongo import fields as mongo_fields

Expand Down

0 comments on commit 64f7b80

Please sign in to comment.