mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 19:33:57 +01:00
Removed untested code
This commit is contained in:
parent
42f876e208
commit
b174166f2a
|
@ -2,6 +2,8 @@ import os
|
||||||
import pytz
|
import pytz
|
||||||
import asyncio
|
import asyncio
|
||||||
import datetime
|
import datetime
|
||||||
|
import json
|
||||||
|
import time
|
||||||
|
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from motor.motor_asyncio import AsyncIOMotorClient
|
from motor.motor_asyncio import AsyncIOMotorClient
|
||||||
|
|
6
api/db/tester.py
Normal file
6
api/db/tester.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from stats import *
|
||||||
|
import asyncio
|
||||||
|
|
||||||
|
manager = StatsManager()
|
||||||
|
|
||||||
|
asyncio.run(manager.get_model_usage())
|
Loading…
Reference in a new issue