1
0
Fork 0

remove unused import

This commit is contained in:
Sean Sube 2023-01-29 22:07:51 -06:00
parent 301cbe8b8c
commit ec1e3614f5
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ from ..utils import (
ServerContext,
)
import numpy as np
import torch
logger = getLogger(__name__)