Skip to content

Commit

Permalink
autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Jun 6, 2024
1 parent b48500a commit d215966
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bencher/variables/inputs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from enum import Enum
from typing import List, Any,Dict
from typing import List, Any, Dict

import numpy as np
from param import Integer, Number, Selector
Expand Down Expand Up @@ -174,8 +174,6 @@ def box(name, center, width):
return var




def p(name: str, values: List[Any] = None, max_level: int = None) -> Dict[str, Any]:
if max_level is not None:
assert max_level > 0
Expand Down

0 comments on commit d215966

Please sign in to comment.