Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 23, 2024
1 parent e158a41 commit 1419833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
* Store system as class member
* Fixed incorrect inversion of axes
* renamed to work correctly with new ctapipe version
* Fixed mis labelled axes
* Fixed mislabelled axes
* Added ImPACT reconstruction tool
* Added fix for pixel neighbour list
* Added Xmax reconstruction
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ line-length = 88

[tool.ruff.lint]
extend-select = [
"I",
"I", # isort
]
ignore = []

Expand Down

0 comments on commit 1419833

Please sign in to comment.