Skip to content

Commit

Permalink
🎨 Format Python code with psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderlewis authored and github-actions[bot] committed May 10, 2024
1 parent 02a551c commit 992e782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llamascript/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from lang import *
from embedded import *
from embedded import *
3 changes: 2 additions & 1 deletion llamascript/embedded.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from lang import llama


class LlamaScriptRunner:
def __init__(self):
self.llama = llama()
Expand Down Expand Up @@ -45,4 +46,4 @@ async def read(self, filename):
await self.llama.read(filename)
return True
except FileNotFoundError:
return False
return False

0 comments on commit 992e782

Please sign in to comment.