Skip to content

Commit

Permalink
Update turbo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Nov 4, 2024
1 parent 2275bd1 commit da3289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xopt/generators/bayesian/turbo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import math
from abc import ABC, abstractmethod
from typing import Dict, Optional, Union
from typing import Dict, Optional

import pandas as pd
import torch
Expand Down

0 comments on commit da3289f

Please sign in to comment.