Skip to content

Commit

Permalink
Add BindingAffinity to processed collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenjoseph committed Aug 7, 2024
1 parent be85376 commit a61caa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiondata/processed/bindingaffinity.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@


class BindingAffinity(CachedDataset):
COLLECTION = "processed"

def __init__(self, fd: Optional[io.BufferedReader] = None):
"""
Initializes a BindingAffinity instance.
Expand Down

0 comments on commit a61caa6

Please sign in to comment.