Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent 4f03764 commit eb39a71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appletree/plugins/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ def simulate(self, key, parameters, num_electron, drift_survive_prob):


@takes_config(
Map(name="gas_gain_relative", default="_gas_gain_relative.json", help="Gas gain as a function of (x, y) / mean gas gain"),
Map(
name="gas_gain_relative",
default="_gas_gain_relative.json",
help="Gas gain as a function of (x, y) / mean gas gain",
),
)
@export
class S2PE(Plugin):
Expand Down

0 comments on commit eb39a71

Please sign in to comment.