Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akopdev committed Jul 8, 2024
1 parent 95d3968 commit 6435afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitrix24/bitrix24.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def callMethod(self, method: str, params: Dict[str, Any] = None, **kwargs) -> Di
-------
Returning the REST method response as an array, an object or a scalar
"""

if params is None:
params = {}

Expand Down

0 comments on commit 6435afc

Please sign in to comment.