Skip to content

Commit

Permalink
Remove the unnecessary doc-string comment from new Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
nijanthanvijayakumar committed Aug 9, 2024
1 parent c0b300e commit 93e35ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quinn/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class UnsupportedSparkConnectFunctionError(Exception):
def __init__(self) -> None:
"""Initialize the UnsupportedSparkConnectFunction exception.
# :param function_name: The name of the function that is not supported.
# :type function_name: str
:returns: None
:rtype: None
"""
Expand Down

0 comments on commit 93e35ff

Please sign in to comment.