Skip to content

Commit

Permalink
Removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov authored Aug 14, 2023
1 parent 6e7b75a commit c740420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/portal_visualization/builders/scatterplot_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ def __init__(self, entity, groups_token, assets_endpoint, **kwargs):
super().__init__(entity, groups_token, assets_endpoint, **kwargs)
# All "file" Vitessce objects that do not have wrappers.

# Since the vitessce-python library's FileType enum is outdated as of v3.0.6,
# we need to use the string values for now.
# https://github.com/vitessce/vitessce-python/issues/270
# https://hms-dbmi.atlassian.net/browse/HMP-327
self._files = [
{
"rel_path": SCATAC_SEQ_DIR
Expand Down

0 comments on commit c740420

Please sign in to comment.