Skip to content

Commit

Permalink
debug; remove nonexistent function import
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Sep 22, 2023
1 parent bf32c91 commit 43d6212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/bean-qc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ from bean.qc.utils import parse_args

def main():
args = parse_args()
check_args(args)
os.system(
"python -m ipykernel install --user --name bean_python3 --display-name bean_python3"
)
Expand Down

0 comments on commit 43d6212

Please sign in to comment.