We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f810214 + 877ede5 commit 60f4b5aCopy full SHA for 60f4b5a
1 file changed
testgen/common/mixpanel_service.py
@@ -90,6 +90,7 @@ def send_mp_request(self, endpoint, payload):
90
except Exception:
91
LOG.exception("Failed to send analytics data")
92
93
+ @with_database_session
94
def get_usage(self):
95
query = """
96
SELECT
0 commit comments