Skip to content

Commit

Permalink
fix: remove global print function call (#79)
Browse files Browse the repository at this point in the history
This commit removes a call to an unknown print function call
  • Loading branch information
jarviliam authored Aug 19, 2024
1 parent e5bff6d commit 72603df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/neotest-python/adapter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ return function(config)
local strategy_config
if args.strategy == "dap" then
strategy_config =
base.create_dap_config(python_command, script_path, script_args, config.dap_args)
P(config, strategy_config)
base.create_dap_config(python_command, script_path, script_args, config.dap_args)
end
---@type neotest.RunSpec
return {
Expand Down

0 comments on commit 72603df

Please sign in to comment.