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 Oct 23, 2024
1 parent e703d6c commit cbcc7a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion socs/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from ocs import ocs_agent


ActionResultType = Optional[Dict[str, Any]]
OcsOpReturnType = Tuple[bool, str]

Expand Down
2 changes: 1 addition & 1 deletion socs/agents/lakeshore240/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from ocs import ocs_agent, site_config
from ocs.ocs_twisted import Pacemaker

from socs.Lakeshore.Lakeshore240 import Module
from socs.actions import BaseAction, OcsOpReturnType, register_task_from_action
from socs.Lakeshore.Lakeshore240 import Module

txaio.use_twisted()

Expand Down

0 comments on commit cbcc7a3

Please sign in to comment.