Skip to content

Commit 28ff0f3

Browse files
committed
[CoreEngine] add the missed import.
1 parent 14bae99 commit 28ff0f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/fedml/computing/scheduler/scheduler_core/compute_gpu_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from fedml.core.common.singleton import Singleton
99
from .base_db import FedMLBaseDb
1010
from .compute_utils import ComputeUtils
11+
from ..master.server_constants import ServerConstants
1112

1213
Base = declarative_base()
1314

0 commit comments

Comments
 (0)