Skip to content

Commit

Permalink
fix: avoid imports from endstone._internal
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 23, 2024
1 parent 4bbfaab commit ed8bf87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/endstone_example/example_plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from endstone._internal.endstone_python import EventPriority
from endstone.command import Command, CommandSender
from endstone.event import ServerLoadEvent, event_handler
from endstone.event import EventPriority, ServerLoadEvent, event_handler
from endstone.plugin import Plugin

from endstone_example.python_command import PythonCommandExecutor
Expand Down

0 comments on commit ed8bf87

Please sign in to comment.