Skip to content

Commit

Permalink
Add FIXMEs (#5683)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Jan 24, 2025
1 parent 38f78fa commit e4f0885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ def verbatim_pfb_schema(self,
:return: a list of PFB entity schemas describing the replicas
"""
# FIXME: Plugin modules are prone to circular imports
# https://github.com/DataBiosphere/azul/issues/5683
from azul.service import (
avro_pfb,
)
Expand Down
2 changes: 2 additions & 0 deletions src/azul/plugins/metadata/anvil/indexer/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ def _only_dataset(self) -> EntityReference:

@cached_property
def _activity_polymorphic_types(self) -> AbstractSet[str]:
# FIXME: Plugin modules are prone to circular imports
# https://github.com/DataBiosphere/azul/issues/5683
from azul.plugins.metadata.anvil import (
anvil_schema,
)
Expand Down

0 comments on commit e4f0885

Please sign in to comment.