Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed Nov 1, 2024
1 parent 2cc625a commit e7cb0c5
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 339 deletions.
2 changes: 1 addition & 1 deletion src/nomad_bayesian_optimization/apps/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SearchQuantities,
)

schema_name = 'nomad_bayesian_optimization.schema_packages.bayesian_optimization.BayesianOptimization'
schema_name = 'nomad_bayesian_optimization.schema_packages.bayesian_optimization.BayesianOptimization' # noqa: E501
app = App(
label='Bayesian Optimizations Tasks',
path='bayesian-optimization-tasks',
Expand Down
Loading

0 comments on commit e7cb0c5

Please sign in to comment.