collab: Remove unused billing queries (#35679)

This PR removes some billing-related queries that are no longer used.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-08-05 18:42:45 -04:00 committed by GitHub
parent f10ffc2a72
commit 142efbac0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 317 deletions

View file

@ -1,6 +1,5 @@
use super::*;
pub mod providers;
pub mod subscription_usage_meters;
pub mod subscription_usages;
pub mod usages;