Skip to content

Commit

Permalink
new util in plot
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Jan 21, 2024
1 parent 57dfccf commit ca09ea4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sql/magic_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ def execute(self, line="", cell="", local_ns=None):

cmd = SQLPlotCommand(self, line)

util.expand_args(
cmd.args, user_ns, ["table", "column", "schema", "with_", "orient"]
)
util.expand_args_cmd(cmd.args, user_ns)

if len(cmd.args.column) == 1:
column = cmd.args.column[0]
Expand Down

0 comments on commit ca09ea4

Please sign in to comment.