OAT
OAT copied to clipboard
Removing unused ProtoDB class
I wanted to make a couple of changes to the ProtoDB class in the TGI branch and realised we have 2 copies of this in shared/utils/aws/proto_db.py and shared/utils/aws/new_proto_db.py.
Only new_proto_db.py actually seems to be used anywhere in the codebase, so this PR is just to remove the unused file.