Skip to content

Commit

Permalink
Remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 23, 2023
1 parent 7280dfb commit 72201e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/model/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def update_table(self, table_class, table_id, df):
)
session.commit()

# TODO consolidate these using context to decide which table to query
def get_processed_table_data(self, table_id, context):
if context == PageIdentity.PARSED:
return self.get_table_data(ProcessedTableDBEntry, table_id)
Expand Down

0 comments on commit 72201e8

Please sign in to comment.