Skip to content

Commit

Permalink
Fixing reference from api_response
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Apr 19, 2024
1 parent b9bda81 commit b9ac36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geneweaver/core/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Schema module for GeneWeaver."""

# ruff: noqa: F401
from .api_response import CollectionResponse, Links, Paging
from .api_response import CollectionResponse, PagingLinks, Paging
from .gene import Gene, GeneValue
from .geneset import Geneset, GenesetGenes, GenesetUpload
from .group import Group, UserAdminGroup
Expand Down

0 comments on commit b9ac36c

Please sign in to comment.