Skip to content

Commit

Permalink
[pre-commit.ci] automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 4e4a2ae commit 3526a35
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 783 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.6.1'
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion src/pyconnectwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyconnectwise.clients.automate_client import ConnectWiseAutomateAPIClient
from pyconnectwise.clients.manage_client import ConnectWiseManageAPIClient

__all__ = ["ConnectWiseManageAPIClient", "ConnectWiseAutomateAPIClient"]
__all__ = ["ConnectWiseAutomateAPIClient", "ConnectWiseManageAPIClient"]
__version__ = "0.6.1"
Loading

0 comments on commit 3526a35

Please sign in to comment.