Remove commented-out API endpoint section in main.py for cleaner code.
This commit is contained in:
parent
6812cceac7
commit
3141adf10a
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ multiprocessing.set_start_method("spawn", force=True)
|
||||||
from utils.process_pool import process_pool # isort: skip
|
from utils.process_pool import process_pool # isort: skip
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
# API endpoints
|
|
||||||
# API endpoints
|
# API endpoints
|
||||||
from api import (
|
from api import (
|
||||||
auth,
|
auth,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue