mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Fix linting errors. (#3127)
This commit is contained in:
committed by
Philipp Moritz
parent
55d161b49f
commit
5aa29613db
@@ -10,7 +10,7 @@ try:
|
||||
hyperopt_logger = logging.getLogger("hyperopt")
|
||||
hyperopt_logger.setLevel(logging.WARNING)
|
||||
import hyperopt as hpo
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
hpo = None
|
||||
|
||||
from ray.tune.error import TuneError
|
||||
|
||||
Reference in New Issue
Block a user