Skip to content

Commit

Permalink
remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceblue authored and mshuaibii committed Jul 18, 2023
1 parent 8bac184 commit 4961bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion ocpmodels/tasks/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import os

from ocpmodels.common.registry import registry
from ocpmodels.trainers.forces_trainer import ForcesTrainer


class BaseTask:
Expand Down
6 changes: 2 additions & 4 deletions ocpmodels/trainers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@

__all__ = [
"BaseTrainer",
"ForcesTrainer",
"EnergyTrainer",
"OCPTrainer",
]

from .base_trainer import BaseTrainer
from .energy_trainer import EnergyTrainer
from .forces_trainer import ForcesTrainer
from .ocp_trainer import OCPTrainer

0 comments on commit 4961bb1

Please sign in to comment.