Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2025
1 parent 2e5df07 commit 5de203e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
uv build
uv publish --token $PYPI_TOKEN
uv publish --token $PYPI_TOKEN
3 changes: 1 addition & 2 deletions znsocket/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from znsocket.client import Client
from znsocket.objects import Dict, List
from znsocket.server import Server, attach_events, Storage
from znsocket.server import Server, Storage, attach_events

__all__ = ["Client", "Server", "List", "Dict", "attach_events", "Storage"]

0 comments on commit 5de203e

Please sign in to comment.