Skip to content

Commit

Permalink
Run linters
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 3, 2024
1 parent 6b43dc5 commit 4443d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
// "source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
Expand Down
5 changes: 2 additions & 3 deletions src/stringx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
STRING API client using httpx.
"""

__version__ = "0.3.0"


from .client import Client

__version__ = "0.3.0"

__all__ = ["Client"]

DEFAULT_CALLER_IDENTITY = f"{__name__} {__version__}"
Expand Down

0 comments on commit 4443d3f

Please sign in to comment.