Skip to content

Commit

Permalink
Remove unused imports and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Dec 1, 2023
1 parent a8f6a36 commit 1dc14aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lodestone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
from lodestone.plugins import plugins
from lodestone.api import fastapi
from lodestone.server import createServer, Server
from javascript import On as Event
from lodestone.logger import logger
from old_code.gradios import ui
except:
from .bot import createBot, Bot
from .utils import llm
from .plugins import plugins
from .api import fastapi
from .server import createServer, Server
from javascript import On as Event
from .logger import logger
from ..old_code.gradios import ui

1 change: 0 additions & 1 deletion lodestone/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import fnmatch
import re
import subprocess
import git
from typing import Callable
from importlib.metadata import version as version_checker
import dataclasses
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lodestone"
version = "0.0.57"
version = "0.0.58"
description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API."
authors = [
{ name = "Silke Pilon", email = "[email protected]" },
Expand All @@ -24,8 +24,7 @@ dependencies = [
"python-dotenv",
"aiofiles",
"gradio==3.*",
"psutil",
"gitpython",
"psutil"
]

[project.urls]
Expand Down

0 comments on commit 1dc14aa

Please sign in to comment.