Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak committed Sep 13, 2024
1 parent 774c227 commit 0e0afe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botorch/models/approximate_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from typing import Optional, TypeVar, Union

import torch
from botorch.acquisition.objective import PosteriorTransform
from botorch.models.gpytorch import GPyTorchModel
from botorch.models.transforms.input import InputTransform
from botorch.models.transforms.outcome import OutcomeTransform
Expand Down

0 comments on commit 0e0afe1

Please sign in to comment.