Skip to content

Commit

Permalink
remove stray TypeVar
Browse files Browse the repository at this point in the history
  • Loading branch information
Balandat authored Sep 16, 2024
1 parent 640d437 commit 9710853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botorch/models/approximate_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import copy
import warnings
from typing import Optional, TypeVar, Union
from typing import Optional, Union

import torch
from botorch.acquisition.objective import PosteriorTransform
Expand Down

0 comments on commit 9710853

Please sign in to comment.