mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 12:38:11 +08:00
Fix typo (#1990)
This commit is contained in:
@@ -130,7 +130,7 @@ class CellXGeneTasks(TaskSet):
|
||||
stream=True,
|
||||
)
|
||||
|
||||
layouts = self.parent.layolut_names()
|
||||
layouts = self.parent.layout_names()
|
||||
for name in layouts:
|
||||
self.client.get(
|
||||
f"{self.dataset}/{API_SUFFIX}/annotations/obs?layout-name={name}",
|
||||
|
||||
Reference in New Issue
Block a user