Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 17, 2024
1 parent 632bc34 commit cb5cf10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions python/hal9.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cells": [
{
{
"cell_type": "code",
"source": [
"!pip install hal9"
Expand Down Expand Up @@ -40,12 +40,12 @@
"execution_count": null,
"outputs": []
}
],
"metadata": {
],
"metadata": {
"language_info": {
"name": "python"
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 0 additions & 2 deletions python/hal9/templates/openai/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import sys

name = input("What's your name? ")
print(f"Hello {name}")
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.0.9"
version = "2.1.0"
description = ""
authors = ["Javier Luraschi <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cb5cf10

Please sign in to comment.