Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Herbert committed Dec 3, 2024
1 parent 1d43d5f commit a5e5afe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.

For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/2.5.0/how-to.html).

1 change: 0 additions & 1 deletion src/builder2ibek/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Any

from builder2ibek.builder import Builder, Element
from builder2ibek.converters.globalHandler import globalHandler
from builder2ibek.moduleinfos import module_infos
from builder2ibek.types import Entity, Generic_IOC

Expand Down
2 changes: 1 addition & 1 deletion src/builder2ibek/converters/globalHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def globalHandler(realHandler):
"""
return lambda entity, entity_type, ioc: handler(
entity, entity_type, ioc, realHandler
)
)

0 comments on commit a5e5afe

Please sign in to comment.