Skip to content

Commit

Permalink
Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored and github-actions[bot] committed Nov 10, 2023
1 parent 4b6f34c commit 4951324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ephys_link/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ def launch_server(platform_type: str, server_port: int, pathfinder_port: int) ->
"ephys_link.platforms.sensapex_handler"
).SensapexHandler()
elif platform_type == "ump3":
platform = importlib.import_module("ephys_link.platforms.ump3_handler").UMP3Handler()
platform = importlib.import_module(
"ephys_link.platforms.ump3_handler"
).UMP3Handler()
elif platform_type == "new_scale":
platform = importlib.import_module(
"ephys_link.platforms.new_scale_handler"
Expand Down

0 comments on commit 4951324

Please sign in to comment.